Html Css Color HEX #29985A Eucalyptus

📋 copy color: '#29985A'

red 41 ◦ green 152 ◦ blue 90

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

Shades of Eucalyptus #29985A

Tints of Eucalyptus #29985A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 53.71%

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

R = 14.49%
G = 53.71%
B = 31.8%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#29985A (or 0x29985A) is known color: Eucalyptus. HEX triplet: 29, 98 and 5A. RGB value is (41,152,90). Sum of RGB (Red+Green+Blue) = 41+152+90=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 152 (59.77% from 255 or 53.71% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 152 - color contains mainly: green. Hex color #29985A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29985A is #D667A5. Grayscale: #6F6F6F. Windows color (decimal): -14051238 or 5937193. OLE color: 5937193.

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

Color convert

RGB 41 152 90 -
CMYK 0.73 0 0.41 0.40
HSL 146.49º 0.58% 0.38% -
HSV(B) 146.49º 0.73% 0.6% -
XYZ 13.99 23.67 13.5 -
YUV 111.74 115.73 77.54 -
System Red Green Blue C M Y K H S L
Decimal 41 152 90 0.73 0 0.41 0.40 146.49 0.58 0.38
Hex 29 98 5A 49 0 29 28 92 3A 26
Octal 51 230 132 111 0 51 50 222 72 46
Binary 101001 10011000 1011010 1001001 0 101001 101000 10010010 111010 100110

Color Harmonies of #29985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29985A

Black with #29985A

Text Example


Text Example

White with #29985A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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