#2eac45

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

Shades of Chateau Green #2EAC45

Tints of Chateau Green #2EAC45

Color information

#2EAC45 (or 0x2EAC45) is unknown color: approx Chateau Green. HEX triplet: 2E, AC and 45. RGB value is (46,172,69). Sum of RGB (Red+Green+Blue) = 46+172+69=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 172 (67.58% from 255 or 59.93% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAC45 is #D153BA. Grayscale: #7A7A7A. Windows color (decimal): -13718459 or 4566062. OLE color: 4566062.

HSL color Cylindrical-coordinate representation of color #2EAC45: hue angle of 130.95º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAC45 is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB4617269-
CMYK0.7300.600.33
HSL130.95º57.8%42.75%-
HSV(B)130.95º73.26%67.45%-
XYZ16.9530.5210.63-
YUV122.5897.7673.38-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.03%
GREEN value IS 172 (67.58% from 255) = 59.93%
BLUE value IS 69 (27.34% from 255) = 24.04%
R=16.03%
G=59.93%
B=24.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal46172690.7300.600.33130.9557.842.75
Hex2EAC454903C21833a2b
Octal56254105111074412037253
Binary1011101010110010001011001001011110010000110000011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2eac45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,172,69); }

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

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

 a { background-color: rgb(46,172,69); }

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

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

 span { border-color: rgb(46,172,69); }

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