#2EAF52

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

Shades of Chateau Green #2EAF52

Tints of Chateau Green #2EAF52

Color information

#2EAF52 (or 0x2EAF52) is unknown color: approx Chateau Green. HEX triplet: 2E, AF and 52. RGB value is (46,175,82). Sum of RGB (Red+Green+Blue) = 46+175+82=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 175 (68.75% from 255 or 57.76% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAF52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAF52 is #D150AD. Grayscale: #7E7E7E. Windows color (decimal): -13717678 or 5418798. OLE color: 5418798.

HSL color Cylindrical-coordinate representation of color #2EAF52: hue angle of 136.74º 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 #2EAF52 is Cyan = 0.74, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB4617582-
CMYK0.7400.530.31
HSL136.74º58.37%43.33%-
HSV(B)136.74º73.71%68.63%-
XYZ17.9831.8513.18-
YUV125.83103.2671.06-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.18%
GREEN value IS 175 (68.75% from 255) = 57.76%
BLUE value IS 82 (32.42% from 255) = 27.06%
R=15.18%
G=57.76%
B=27.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal46175820.7400.530.31136.7458.3743.33
Hex2EAF524A0351F893a2b
Octal56257122112065372117253
Binary101110101011111010010100101001101011111110001001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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