COLOR #256E2E

HEX: #256E2E RGB: (37,110,46)

Color info

#256E2E contains mainly green color. Web safe color of #256E2E is #336633 (or #363).

RGB color model

#256E2E color RGB value is (37,110,46).

RGB: (37,110,46) (15%, 43%, 18%)

RGB channels and saturation

R 37 of 255 = 15%
G 110 of 255 = 43%
B 46 of 255 = 18%

37
110
46

R + G + B ~ 25%. #256E2E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 110 + 46 = 193 (100%)
R 37 of 193 ~ 19.17%
G 110 of 193 ~ 56.99%
B 46 of 193 ~ 23.83'%

%19.17
%56.99
%23.83

CMYK color model

#256E2E color CMYK value is (66,0,58,57).

  • cyan value is 66.36%
  • magenta value is 0.00%
  • yellow value is 58.18%
  • key color value is 56.86%

CMYK: (66,0,58,57)
C66M0Y58K57 (66%, 0%, 58%, 57%)
(0.66 / 0.00 / 0.58 / 0.57)

CMYK percentages

%66.36
%0
%58.18
%56.86

Codes

Color #256E2E in popluar color models

25 6E 2E
RGB 37 110 46
HSL 127° 49.66% 28.82%
HSB/HSV 127° 66.36% 43.14%
CMYK 66.36% 0.00% 58.18%
56.86%

Color #256E2E in popluar number systems.

HEX 25 6E 2E
Decimal 37 110 46
Binary 100101 1101110 101110
Octal 45 156 56

Shades and tints

Shades of #256E2E

#256E2E
(37,110,46)
#22642A
(34,100,42)
#1F5A26
(31,90,38)
#1C5022
(28,80,34)
#19461E
(25,70,30)
#163C1A
(22,60,26)
#133216
(19,50,22)
#102812
(16,40,18)
#0D1E0E
(13,30,14)
#0A140A
(10,20,10)
#070A06
(7,10,6)
#000000
(0,0,0)

Tints of #256E2E

#256E2E
(37,110,46)
#387B41
(56,123,65)
#4B8854
(75,136,84)
#5E9567
(94,149,103)
#71A27A
(113,162,122)
#84AF8D
(132,175,141)
#97BCA0
(151,188,160)
#AAC9B3
(170,201,179)
#BDD6C6
(189,214,198)
#D0E3D9
(208,227,217)
#E3F0EC
(227,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #256E2E color. Also use rgb(37,110,46) instead hex code.

Text Font Color

.myTextColor { color: #256E2E; }

<p style="color:#256E2E">This sample text font color is #256E2E.</p>

This text font color is #256E2E.

Background Color

.myBgColor { background-color: #256E2E; }

<div style="background-color:#256E2E">Inner text</div>

This div background color is #256E2E.

Border color

.myBorderColor { border: 1px solid #256E2E; }

<div style="border:3px solid #256E2E">Div</div>

This div border color is #256E2E.

Opacity

.myOpacity80 { color: #256E2E; opacity: 0.8; }

<p style="color:#256E2E;opacity:0.8;">80%</p>

Text with #256E2E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #256E2E;}

<p style="text-shadow: 3px 3px 1px #256E2E">Text here.</p>

This text has shadow with #256E2E color.


.textShadow {text-shadow: 3px 3px 1px #256E2E', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #256E2E, 5px 5px 20px red">Text here.</p>

This text has shadow with #256E2E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#256E2E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#256E2E, Direction=45, Strength=4)">Text</p>

This text has shadow with #256E2E and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #256E2E;
-webkit-box-shadow: 1px 1px 3px 2px #256E2E;
box-shadow: 1px 1px 3px 2px #256E2E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #256E2E; -webkit-box-shadow: 1px 1px 3px 2px #256E2E; box-shadow:1px 1px 3px 2px #256E2E;">
Div content here
</div>

This div box has shadow with color #256E2E.

Preview

Color preview on black background

This text has color #256E2E on black background.


Color preview on white background

This text has color #256E2E on white background.


Black color preview on #256E2E background

This text has black color on #256E2E background.


White color preview on #256E2E background

This text has white color on #256E2E background.


Related colors

Complementary color

Complementary color for #hex is #DA91D1.


I love getcolorcode.com

Triadic colors

1 #2E256E and #6E2E25 with #256E2E are triadic colors.

2 #2E6E25 and #6E252E with #256E2E are triadic colors.