Html Css Color HEX #29995C Eucalyptus

📋 copy color: '#29995C'

red 41 ◦ green 153 ◦ blue 92

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

Shades of Eucalyptus #29995C

Tints of Eucalyptus #29995C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.17%

R = 14.34%
G = 53.5%
B = 32.17%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#29995C (or 0x29995C) is known color: Eucalyptus. HEX triplet: 29, 99 and 5C. RGB value is (41,153,92). Sum of RGB (Red+Green+Blue) = 41+153+92=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #29995C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29995C is #D666A3. Grayscale: #707070. Windows color (decimal): -14050980 or 6068521. OLE color: 6068521.

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

Color convert

RGB 41 153 92 -
CMYK 0.73 0 0.40 0.4
HSL 147.32º 0.58% 0.38% -
HSV(B) 147.32º 0.73% 0.6% -
XYZ 14.24 24.03 14.01 -
YUV 112.56 116.39 76.96 -
System Red Green Blue C M Y K H S L
Decimal 41 153 92 0.73 0 0.40 0.4 147.32 0.58 0.38
Hex 29 99 5C 49 0 28 28 93 3A 26
Octal 51 231 134 111 0 50 50 223 72 46
Binary 101001 10011001 1011100 1001001 0 101000 101000 10010011 111010 100110

Color Harmonies of #29995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29995C

Black with #29995C

Text Example


Text Example

White with #29995C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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