#2DAE42

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

Shades of Chateau Green #2DAE42

Tints of Chateau Green #2DAE42

Color information

#2DAE42 (or 0x2DAE42) is unknown color: approx Chateau Green. HEX triplet: 2D, AE and 42. RGB value is (45,174,66). Sum of RGB (Red+Green+Blue) = 45+174+66=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 174 (68.36% from 255 or 61.05% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 174 - color contains mainly: green. Hex color #2DAE42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAE42 is #D251BD. Grayscale: #7B7B7B. Windows color (decimal): -13783486 or 4369965. OLE color: 4369965.

HSL color Cylindrical-coordinate representation of color #2DAE42: hue angle of 129.77º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAE42 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB4517466-
CMYK0.7400.620.32
HSL129.77º58.9%42.94%-
HSV(B)129.77º74.14%68.24%-
XYZ17.231.2210.27-
YUV123.1295.7672.28-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.79%
GREEN value IS 174 (68.36% from 255) = 61.05%
BLUE value IS 66 (26.17% from 255) = 23.16%
R=15.79%
G=61.05%
B=23.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal45174660.7400.620.32129.7758.942.94
Hex2DAE424A03E20823b2b
Octal55256102112076402027353
Binary1011011010111010000101001010011111010000010000010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,174,66); }

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

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

 a { background-color: rgb(45,174,66); }

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

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

 span { border-color: rgb(45,174,66); }

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