Html Css Color HEX #29996B Eucalyptus

📋 copy color: '#29996B'

red 41 ◦ green 153 ◦ blue 107

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

Shades of Eucalyptus #29996B

Tints of Eucalyptus #29996B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.55%

R = 13.62%
G = 50.83%
B = 35.55%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#29996B (or 0x29996B) is known color: Eucalyptus. HEX triplet: 29, 99 and 6B. RGB value is (41,153,107). Sum of RGB (Red+Green+Blue) = 41+153+107=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #29996B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29996B is #D66694. Grayscale: #727272. Windows color (decimal): -14050965 or 7051561. OLE color: 7051561.

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

Color convert

RGB 41 153 107 -
CMYK 0.73 0 0.30 0.4
HSL 155.36º 0.58% 0.38% -
HSV(B) 155.36º 0.73% 0.6% -
XYZ 14.96 24.32 17.81 -
YUV 114.27 123.89 75.74 -
System Red Green Blue C M Y K H S L
Decimal 41 153 107 0.73 0 0.30 0.4 155.36 0.58 0.38
Hex 29 99 6B 49 0 1E 28 9B 3A 26
Octal 51 231 153 111 0 36 50 233 72 46
Binary 101001 10011001 1101011 1001001 0 11110 101000 10011011 111010 100110

Color Harmonies of #29996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29996B

Black with #29996B

Text Example


Text Example

White with #29996B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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