#2EAC54

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

Shades of Chateau Green #2EAC54

Tints of Chateau Green #2EAC54

Color information

#2EAC54 (or 0x2EAC54) is unknown color: approx Chateau Green. HEX triplet: 2E, AC and 54. RGB value is (46,172,84). Sum of RGB (Red+Green+Blue) = 46+172+84=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 172 (67.58% from 255 or 56.95% from 302); Blue value is 84 (33.20% from 255 or 27.81% from 302); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAC54 is #D153AB. Grayscale: #7C7C7C. Windows color (decimal): -13718444 or 5549102. OLE color: 5549102.

HSL color Cylindrical-coordinate representation of color #2EAC54: hue angle of 138.1º 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 #2EAC54 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB4617284-
CMYK0.7300.510.33
HSL138.1º57.8%42.75%-
HSV(B)138.1º73.26%67.45%-
XYZ17.4830.7313.4-
YUV124.29105.2672.16-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.23%
GREEN value IS 172 (67.58% from 255) = 56.95%
BLUE value IS 84 (33.20% from 255) = 27.81%
R=15.23%
G=56.95%
B=27.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal46172840.7300.510.33138.157.842.75
Hex2EAC5449033218a3a2b
Octal56254124111063412127253
Binary1011101010110010101001001001011001110000110001010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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