Html Css Color HEX #29986C Eucalyptus

📋 copy color: '#29986C'

red 41 ◦ green 152 ◦ blue 108

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

Shades of Eucalyptus #29986C

Tints of Eucalyptus #29986C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50.5%

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

R = 13.62%
G = 50.5%
B = 35.88%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#29986C (or 0x29986C) is known color: Eucalyptus. HEX triplet: 29, 98 and 6C. RGB value is (41,152,108). Sum of RGB (Red+Green+Blue) = 41+152+108=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 152 (59.77% from 255 or 50.50% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 152 - color contains mainly: green. Hex color #29986C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29986C is #D66793. Grayscale: #717171. Windows color (decimal): -14051220 or 7116841. OLE color: 7116841.

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

Color convert

RGB 41 152 108 -
CMYK 0.73 0 0.29 0.40
HSL 156.22º 0.58% 0.38% -
HSV(B) 156.22º 0.73% 0.6% -
XYZ 14.85 24.01 18.04 -
YUV 113.8 124.73 76.08 -
System Red Green Blue C M Y K H S L
Decimal 41 152 108 0.73 0 0.29 0.40 156.22 0.58 0.38
Hex 29 98 6C 49 0 1D 28 9C 3A 26
Octal 51 230 154 111 0 35 50 234 72 46
Binary 101001 10011000 1101100 1001001 0 11101 101000 10011100 111010 100110

Color Harmonies of #29986C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29986C

Black with #29986C

Text Example


Text Example

White with #29986C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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