Html Css Color HEX #29996C Eucalyptus

📋 copy color: '#29996C'

red 41 ◦ green 153 ◦ blue 108

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

Shades of Eucalyptus #29996C

Tints of Eucalyptus #29996C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.76%

R = 13.58%
G = 50.66%
B = 35.76%

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

#29996C (or 0x29996C) is known color: Eucalyptus. HEX triplet: 29, 99 and 6C. RGB value is (41,153,108). Sum of RGB (Red+Green+Blue) = 41+153+108=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #29996C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29996C is #D66693. Grayscale: #727272. Windows color (decimal): -14050964 or 7117097. OLE color: 7117097.

HSL color Cylindrical-coordinate representation of color #29996C: hue angle of 155.89º 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 #29996C is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 153 108 -
CMYK 0.73 0 0.29 0.4
HSL 155.89º 0.58% 0.38% -
HSV(B) 155.89º 0.73% 0.6% -
XYZ 15.01 24.34 18.09 -
YUV 114.38 124.39 75.66 -
System Red Green Blue C M Y K H S L
Decimal 41 153 108 0.73 0 0.29 0.4 155.89 0.58 0.38
Hex 29 99 6C 49 0 1D 28 9C 3A 26
Octal 51 231 154 111 0 35 50 234 72 46
Binary 101001 10011001 1101100 1001001 0 11101 101000 10011100 111010 100110

Color Harmonies of #29996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29996C

Black with #29996C

Text Example


Text Example

White with #29996C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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