#2DA940

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

Shades of Chateau Green #2DA940

Tints of Chateau Green #2DA940

Color information

#2DA940 (or 0x2DA940) is unknown color: approx Chateau Green. HEX triplet: 2D, A9 and 40. RGB value is (45,169,64). Sum of RGB (Red+Green+Blue) = 45+169+64=278 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.19% from 278); Green value is 169 (66.41% from 255 or 60.79% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 169 - color contains mainly: green. Hex color #2DA940 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA940 is #D256BF. Grayscale: #787878. Windows color (decimal): -13784768 or 4237613. OLE color: 4237613.

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

Color convert

RGB4516964-
CMYK0.7300.620.34
HSL129.19º57.94%41.96%-
HSV(B)129.19º73.37%66.27%-
XYZ16.229.39.65-
YUV119.9596.4274.54-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.19%
GREEN value IS 169 (66.41% from 255) = 60.79%
BLUE value IS 64 (25.39% from 255) = 23.02%
R=16.19%
G=60.79%
B=23.02%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal45169640.7300.620.34129.1957.9441.96
Hex2DA9404903E22813a2a
Octal55251100111076422017252
Binary1011011010100110000001001001011111010001010000001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,169,64); }

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

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

 a { background-color: rgb(45,169,64); }

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

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

 span { border-color: rgb(45,169,64); }

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