Html Css Color HEX #29955E Eucalyptus

📋 copy color: '#29955E'

red 41 ◦ green 149 ◦ blue 94

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

Shades of Eucalyptus #29955E

Tints of Eucalyptus #29955E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 52.46%

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

R = 14.44%
G = 52.46%
B = 33.1%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#29955E (or 0x29955E) is known color: Eucalyptus. HEX triplet: 29, 95 and 5E. RGB value is (41,149,94). Sum of RGB (Red+Green+Blue) = 41+149+94=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 149 (58.59% from 255 or 52.46% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 149 - color contains mainly: green. Hex color #29955E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29955E is #D66AA1. Grayscale: #6E6E6E. Windows color (decimal): -14052002 or 6198569. OLE color: 6198569.

HSL color Cylindrical-coordinate representation of color #29955E: hue angle of 149.44º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #29955E is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 149 94 -
CMYK 0.72 0 0.37 0.42
HSL 149.44º 0.57% 0.37% -
HSV(B) 149.44º 0.72% 0.58% -
XYZ 13.68 22.77 14.26 -
YUV 110.44 118.72 78.47 -
System Red Green Blue C M Y K H S L
Decimal 41 149 94 0.72 0 0.37 0.42 149.44 0.57 0.37
Hex 29 95 5E 48 0 25 2A 95 39 25
Octal 51 225 136 110 0 45 52 225 71 45
Binary 101001 10010101 1011110 1001000 0 100101 101010 10010101 111001 100101

Color Harmonies of #29955E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29955E

Black with #29955E

Text Example


Text Example

White with #29955E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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