Html Css Color HEX #29A64B Chateau Green

📋 copy color: '#29A64B'

red 41 ◦ green 166 ◦ blue 75

#29A64B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #29A64B

Tints of Chateau Green #29A64B

RGB

 RED value IS 41 (16.41% from 255) = 14.54%

 GREEN value IS 166 (65.23% from 255) = 58.87%

 BLUE value IS 75 (29.69% from 255) = 26.6%

R = 14.54%
G = 58.87%
B = 26.6%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#29A64B (or 0x29A64B) is known color: Chateau Green. HEX triplet: 29, A6 and 4B. RGB value is (41,166,75). Sum of RGB (Red+Green+Blue) = 41+166+75=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 166 (65.23% from 255 or 58.87% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 166 - color contains mainly: green. Hex color #29A64B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29A64B is #D659B4. Grayscale: #767676. Windows color (decimal): -14047669 or 4957737. OLE color: 4957737.

HSL color Cylindrical-coordinate representation of color #29A64B: hue angle of 136.32º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29A64B is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 41 166 75 -
CMYK 0.75 0 0.55 0.35
HSL 136.32º 0.6% 0.41% -
HSV(B) 136.32º 0.75% 0.65% -
XYZ 15.82 28.25 11.28 -
YUV 118.25 103.59 72.9 -
System Red Green Blue C M Y K H S L
Decimal 41 166 75 0.75 0 0.55 0.35 136.32 0.6 0.41
Hex 29 A6 4B 4B 0 37 23 88 3C 29
Octal 51 246 113 113 0 67 43 210 74 51
Binary 101001 10100110 1001011 1001011 0 110111 100011 10001000 111100 101001

Color Harmonies of #29A64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29A64B

Black with #29A64B

Text Example


Text Example

White with #29A64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,166,75); }

 H1.HeaderClassName
 {
   color: #29A64B;
 }
 .AnyTagClassName
 {
   color: #29A64B;
 }
</style>

background-color css

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

 a { background-color: rgb(41,166,75); }

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

border-color css

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

 span { border-color: rgb(41,166,75); }

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