Html Css Color HEX #29955A Eucalyptus

📋 copy color: '#29955A'

red 41 ◦ green 149 ◦ blue 90

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

Shades of Eucalyptus #29955A

Tints of Eucalyptus #29955A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.14%

R = 14.64%
G = 53.21%
B = 32.14%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#29955A (or 0x29955A) is known color: Eucalyptus. HEX triplet: 29, 95 and 5A. RGB value is (41,149,90). Sum of RGB (Red+Green+Blue) = 41+149+90=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 149 (58.59% from 255 or 53.21% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 149 - color contains mainly: green. Hex color #29955A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29955A is #D66AA5. Grayscale: #6E6E6E. Windows color (decimal): -14052006 or 5936425. OLE color: 5936425.

HSL color Cylindrical-coordinate representation of color #29955A: hue angle of 147.22º 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 #29955A is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 149 90 -
CMYK 0.72 0 0.40 0.42
HSL 147.22º 0.57% 0.37% -
HSV(B) 147.22º 0.72% 0.58% -
XYZ 13.51 22.7 13.34 -
YUV 109.98 116.72 78.8 -
System Red Green Blue C M Y K H S L
Decimal 41 149 90 0.72 0 0.40 0.42 147.22 0.57 0.37
Hex 29 95 5A 48 0 28 2A 93 39 25
Octal 51 225 132 110 0 50 52 223 71 45
Binary 101001 10010101 1011010 1001000 0 101000 101010 10010011 111001 100101

Color Harmonies of #29955A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29955A

Black with #29955A

Text Example


Text Example

White with #29955A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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