#2DA74A

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

Shades of Chateau Green #2DA74A

Tints of Chateau Green #2DA74A

Color information

#2DA74A (or 0x2DA74A) is unknown color: approx Chateau Green. HEX triplet: 2D, A7 and 4A. RGB value is (45,167,74). Sum of RGB (Red+Green+Blue) = 45+167+74=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 167 (65.62% from 255 or 58.39% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 167 - color contains mainly: green. Hex color #2DA74A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA74A is #D258B5. Grayscale: #787878. Windows color (decimal): -13785270 or 4892461. OLE color: 4892461.

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

Color convert

RGB4516774-
CMYK0.7300.560.35
HSL134.26º57.55%41.57%-
HSV(B)134.26º73.05%65.49%-
XYZ16.1428.6911.17-
YUV119.92102.0874.56-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.73%
GREEN value IS 167 (65.62% from 255) = 58.39%
BLUE value IS 74 (29.30% from 255) = 25.87%
R=15.73%
G=58.39%
B=25.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal45167740.7300.560.35134.2657.5541.57
Hex2DA74A4903823863a2a
Octal55247112111070432067252
Binary1011011010011110010101001001011100010001110000110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,167,74); }

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

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

 a { background-color: rgb(45,167,74); }

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

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

 span { border-color: rgb(45,167,74); }

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