Html Css Color HEX #29995D Eucalyptus

📋 copy color: '#29995D'

red 41 ◦ green 153 ◦ blue 93

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

Shades of Eucalyptus #29995D

Tints of Eucalyptus #29995D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.4%

R = 14.29%
G = 53.31%
B = 32.4%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#29995D (or 0x29995D) is known color: Eucalyptus. HEX triplet: 29, 99 and 5D. RGB value is (41,153,93). Sum of RGB (Red+Green+Blue) = 41+153+93=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 153 (60.16% from 255 or 53.31% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 153 - color contains mainly: green. Hex color #29995D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29995D is #D666A2. Grayscale: #707070. Windows color (decimal): -14050979 or 6134057. OLE color: 6134057.

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

Color convert

RGB 41 153 93 -
CMYK 0.73 0 0.39 0.4
HSL 147.86º 0.58% 0.38% -
HSV(B) 147.86º 0.73% 0.6% -
XYZ 14.28 24.04 14.24 -
YUV 112.67 116.89 76.88 -
System Red Green Blue C M Y K H S L
Decimal 41 153 93 0.73 0 0.39 0.4 147.86 0.58 0.38
Hex 29 99 5D 49 0 27 28 94 3A 26
Octal 51 231 135 111 0 47 50 224 72 46
Binary 101001 10011001 1011101 1001001 0 100111 101000 10010100 111010 100110

Color Harmonies of #29995D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29995D

Black with #29995D

Text Example


Text Example

White with #29995D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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