#29B04E

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

Shades of Chateau Green #29B04E

Tints of Chateau Green #29B04E

Color information

#29B04E (or 0x29B04E) is unknown color: approx Chateau Green. HEX triplet: 29, B0 and 4E. RGB value is (41,176,78). Sum of RGB (Red+Green+Blue) = 41+176+78=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 176 (69.14% from 255 or 59.66% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 176 - color contains mainly: green. Hex color #29B04E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29B04E is #D64FB1. Grayscale: #7C7C7C. Windows color (decimal): -14045106 or 5156905. OLE color: 5156905.

HSL color Cylindrical-coordinate representation of color #29B04E: hue angle of 136.44º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29B04E is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB4117678-
CMYK0.7700.560.31
HSL136.44º62.21%42.55%-
HSV(B)136.44º76.7%69.02%-
XYZ17.8132.0712.46-
YUV124.46101.7768.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.90%
GREEN value IS 176 (69.14% from 255) = 59.66%
BLUE value IS 78 (30.86% from 255) = 26.44%
R=13.90%
G=59.66%
B=26.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal41176780.7700.560.31136.4462.2142.55
Hex29B04E4D0381F883e2b
Octal51260116115070372107653
Binary101001101100001001110100110101110001111110001000111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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