Html Css Color HEX #29996D Eucalyptus

📋 copy color: '#29996D'

red 41 ◦ green 153 ◦ blue 109

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

Shades of Eucalyptus #29996D

Tints of Eucalyptus #29996D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.5%

 BLUE value IS 109 (42.97% from 255) = 35.97%

R = 13.53%
G = 50.5%
B = 35.97%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#29996D (or 0x29996D) is known color: Eucalyptus. HEX triplet: 29, 99 and 6D. RGB value is (41,153,109). Sum of RGB (Red+Green+Blue) = 41+153+109=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #29996D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29996D is #D66692. Grayscale: #727272. Windows color (decimal): -14050963 or 7182633. OLE color: 7182633.

HSL color Cylindrical-coordinate representation of color #29996D: hue angle of 156.43º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29996D is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 153 109 -
CMYK 0.73 0 0.29 0.4
HSL 156.43º 0.58% 0.38% -
HSV(B) 156.43º 0.73% 0.6% -
XYZ 15.07 24.36 18.38 -
YUV 114.5 124.89 75.58 -
System Red Green Blue C M Y K H S L
Decimal 41 153 109 0.73 0 0.29 0.4 156.43 0.58 0.38
Hex 29 99 6D 49 0 1D 28 9C 3A 26
Octal 51 231 155 111 0 35 50 234 72 46
Binary 101001 10011001 1101101 1001001 0 11101 101000 10011100 111010 100110

Color Harmonies of #29996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29996D

Black with #29996D

Text Example


Text Example

White with #29996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29996D; }

 p { color: rgb(41,153,109); }

 H1.HeaderClassName
 {
   color: #29996D;
 }
 .AnyTagClassName
 {
   color: #29996D;
 }
</style>

background-color css

<style>
 a { background-color: #29996D; }

 a { background-color: rgb(41,153,109); }

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

border-color css

<style>
 span { border-color: #29996D; }

 span { border-color: rgb(41,153,109); }

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