Html Css Color HEX #29966C Eucalyptus

📋 copy color: '#29966C'

red 41 ◦ green 150 ◦ blue 108

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

Shades of Eucalyptus #29966C

Tints of Eucalyptus #29966C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.17%

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

R = 13.71%
G = 50.17%
B = 36.12%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#29966C (or 0x29966C) is known color: Eucalyptus. HEX triplet: 29, 96 and 6C. RGB value is (41,150,108). Sum of RGB (Red+Green+Blue) = 41+150+108=299 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.71% from 299); Green value is 150 (58.98% from 255 or 50.17% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 150 - color contains mainly: green. Hex color #29966C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29966C is #D66993. Grayscale: #707070. Windows color (decimal): -14051732 or 7116329. OLE color: 7116329.

HSL color Cylindrical-coordinate representation of color #29966C: hue angle of 156.88º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29966C is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 150 108 -
CMYK 0.73 0 0.28 0.41
HSL 156.88º 0.57% 0.37% -
HSV(B) 156.88º 0.73% 0.59% -
XYZ 14.53 23.37 17.93 -
YUV 112.62 125.39 76.92 -
System Red Green Blue C M Y K H S L
Decimal 41 150 108 0.73 0 0.28 0.41 156.88 0.57 0.37
Hex 29 96 6C 49 0 1C 29 9D 39 25
Octal 51 226 154 111 0 34 51 235 71 45
Binary 101001 10010110 1101100 1001001 0 11100 101001 10011101 111001 100101

Color Harmonies of #29966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29966C

Black with #29966C

Text Example


Text Example

White with #29966C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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