#2eaf58

Color #2EAF58 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #2EAF58

Tints of Chateau Green #2EAF58

Color information

#2EAF58 (or 0x2EAF58) is unknown color: approx Chateau Green. HEX triplet: 2E, AF and 58. RGB value is (46,175,88). Sum of RGB (Red+Green+Blue) = 46+175+88=309 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.89% from 309); Green value is 175 (68.75% from 255 or 56.63% from 309); Blue value is 88 (34.77% from 255 or 28.48% from 309); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAF58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAF58 is #D150A7. Grayscale: #7E7E7E. Windows color (decimal): -13717672 or 5812014. OLE color: 5812014.

HSL color Cylindrical-coordinate representation of color #2EAF58: hue angle of 139.53º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EAF58 is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB4617588-
CMYK0.7400.500.31
HSL139.53º58.37%43.33%-
HSV(B)139.53º73.71%68.63%-
XYZ18.2231.9514.44-
YUV126.51106.2670.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 14.89%
GREEN value IS 175 (68.75% from 255) = 56.63%
BLUE value IS 88 (34.77% from 255) = 28.48%
R=14.89%
G=56.63%
B=28.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal46175880.7400.500.31139.5358.3743.33
Hex2EAF584A0321F8c3a2b
Octal56257130112062372147253
Binary101110101011111011000100101001100101111110001100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2eaf58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2eaf58; }

 p { color: rgb(46,175,88); }

 H1.HeaderClassName
 {
   color: #2eaf58;
 }
 .AnyTagClassName
 {
   color: #2eaf58;
 }
</style>
background-color css

<style>
 a { background-color: #2eaf58; }

 a { background-color: rgb(46,175,88); }

 div.DivClassName
 {
   background-color: #2eaf58;
 }
 .BgClassName
 {
   background-color: #2eaf58;
 }
</style>
border-color css

<style>
 span { border-color: #2eaf58; }

 span { border-color: rgb(46,175,88); }

 td.TdClassName
 {
   border-color: #2eaf58;
 }
 .TagClassName
 {
   border-color: #2eaf58;
 }
</style>