#29BA54

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

Shades of Chateau Green #29BA54

Tints of Chateau Green #29BA54

Color information

#29BA54 (or 0x29BA54) is unknown color: approx Chateau Green. HEX triplet: 29, BA and 54. RGB value is (41,186,84). Sum of RGB (Red+Green+Blue) = 41+186+84=311 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.18% from 311); Green value is 186 (73.05% from 255 or 59.81% from 311); Blue value is 84 (33.20% from 255 or 27.01% from 311); Max value from RGB is 186 - color contains mainly: green. Hex color #29BA54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29BA54 is #D645AB. Grayscale: #838383. Windows color (decimal): -14042540 or 5552681. OLE color: 5552681.

HSL color Cylindrical-coordinate representation of color #29BA54: hue angle of 137.79º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BA54 is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB4118684-
CMYK0.7800.550.27
HSL137.79º63.88%44.51%-
HSV(B)137.79º77.96%72.94%-
XYZ20.0736.2314.32-
YUV131.02101.4663.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.18%
GREEN value IS 186 (73.05% from 255) = 59.81%
BLUE value IS 84 (33.20% from 255) = 27.01%
R=13.18%
G=59.81%
B=27.01%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal41186840.7800.550.27137.7963.8844.51
Hex29BA544E0371B8a402d
Octal512721241160673321210055
Binary1010011011101010101001001110011011111011100010101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,186,84); }

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

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

 a { background-color: rgb(41,186,84); }

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

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

 span { border-color: rgb(41,186,84); }

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