#2DAA41

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

Shades of Chateau Green #2DAA41

Tints of Chateau Green #2DAA41

Color information

#2DAA41 (or 0x2DAA41) is unknown color: approx Chateau Green. HEX triplet: 2D, AA and 41. RGB value is (45,170,65). Sum of RGB (Red+Green+Blue) = 45+170+65=280 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.07% from 280); Green value is 170 (66.80% from 255 or 60.71% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAA41 is #D255BE. Grayscale: #787878. Windows color (decimal): -13784511 or 4303405. OLE color: 4303405.

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

Color convert

RGB4517065-
CMYK0.7400.620.33
HSL129.6º58.14%42.16%-
HSV(B)129.6º73.53%66.67%-
XYZ16.4129.699.87-
YUV120.6596.5974.04-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.07%
GREEN value IS 170 (66.80% from 255) = 60.71%
BLUE value IS 65 (25.78% from 255) = 23.21%
R=16.07%
G=60.71%
B=23.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal45170650.7400.620.33129.658.1442.16
Hex2DAA414A03E21823a2a
Octal55252101112076412027252
Binary1011011010101010000011001010011111010000110000010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,170,65); }

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

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

 a { background-color: rgb(45,170,65); }

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

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

 span { border-color: rgb(45,170,65); }

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