#2DA64C

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

Shades of Chateau Green #2DA64C

Tints of Chateau Green #2DA64C

Color information

#2DA64C (or 0x2DA64C) is unknown color: approx Chateau Green. HEX triplet: 2D, A6 and 4C. RGB value is (45,166,76). Sum of RGB (Red+Green+Blue) = 45+166+76=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 166 (65.23% from 255 or 57.84% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 166 - color contains mainly: green. Hex color #2DA64C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA64C is #D259B3. Grayscale: #777777. Windows color (decimal): -13785524 or 5023277. OLE color: 5023277.

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

Color convert

RGB4516676-
CMYK0.7300.540.35
HSL135.37º57.35%41.37%-
HSV(B)135.37º72.89%65.1%-
XYZ16.0228.3511.47-
YUV119.56103.4174.82-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.68%
GREEN value IS 166 (65.23% from 255) = 57.84%
BLUE value IS 76 (30.08% from 255) = 26.48%
R=15.68%
G=57.84%
B=26.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal45166760.7300.540.35135.3757.3541.37
Hex2DA64C4903623873929
Octal55246114111066432077151
Binary1011011010011010011001001001011011010001110000111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,166,76); }

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

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

 a { background-color: rgb(45,166,76); }

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

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

 span { border-color: rgb(45,166,76); }

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