Html Css Color HEX #29965E Eucalyptus

📋 copy color: '#29965E'

red 41 ◦ green 150 ◦ blue 94

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

Shades of Eucalyptus #29965E

Tints of Eucalyptus #29965E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.98%

R = 14.39%
G = 52.63%
B = 32.98%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#29965E (or 0x29965E) is known color: Eucalyptus. HEX triplet: 29, 96 and 5E. RGB value is (41,150,94). Sum of RGB (Red+Green+Blue) = 41+150+94=285 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.39% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #29965E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29965E is #D669A1. Grayscale: #6F6F6F. Windows color (decimal): -14051746 or 6198825. OLE color: 6198825.

HSL color Cylindrical-coordinate representation of color #29965E: hue angle of 149.17º 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 #29965E is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 150 94 -
CMYK 0.73 0 0.37 0.41
HSL 149.17º 0.57% 0.37% -
HSV(B) 149.17º 0.73% 0.59% -
XYZ 13.84 23.09 14.32 -
YUV 111.03 118.39 78.05 -
System Red Green Blue C M Y K H S L
Decimal 41 150 94 0.73 0 0.37 0.41 149.17 0.57 0.37
Hex 29 96 5E 49 0 25 29 95 39 25
Octal 51 226 136 111 0 45 51 225 71 45
Binary 101001 10010110 1011110 1001001 0 100101 101001 10010101 111001 100101

Color Harmonies of #29965E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29965E

Black with #29965E

Text Example


Text Example

White with #29965E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29965E; }

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

 H1.HeaderClassName
 {
   color: #29965E;
 }
 .AnyTagClassName
 {
   color: #29965E;
 }
</style>

background-color css

<style>
 a { background-color: #29965E; }

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

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

border-color css

<style>
 span { border-color: #29965E; }

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

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