#29B64E

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

Shades of Chateau Green #29B64E

Tints of Chateau Green #29B64E

Color information

#29B64E (or 0x29B64E) is unknown color: approx Chateau Green. HEX triplet: 29, B6 and 4E. RGB value is (41,182,78). Sum of RGB (Red+Green+Blue) = 41+182+78=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 182 (71.48% from 255 or 60.47% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 182 - color contains mainly: green. Hex color #29B64E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29B64E is #D649B1. Grayscale: #808080. Windows color (decimal): -14043570 or 5158441. OLE color: 5158441.

HSL color Cylindrical-coordinate representation of color #29B64E: hue angle of 135.74º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29B64E is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB4118278-
CMYK0.7700.570.29
HSL135.74º63.23%43.73%-
HSV(B)135.74º77.47%71.37%-
XYZ19.0234.4812.86-
YUV127.9899.7965.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.62%
GREEN value IS 182 (71.48% from 255) = 60.47%
BLUE value IS 78 (30.86% from 255) = 25.91%
R=13.62%
G=60.47%
B=25.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal41182780.7700.570.29135.7463.2343.73
Hex29B64E4D0391D883f2c
Octal51266116115071352107754
Binary101001101101101001110100110101110011110110001000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29B64E; }

 p { color: rgb(41,182,78); }

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

<style>
 a { background-color: #29B64E; }

 a { background-color: rgb(41,182,78); }

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

<style>
 span { border-color: #29B64E; }

 span { border-color: rgb(41,182,78); }

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