Html Css Color HEX #29985E Eucalyptus

📋 copy color: '#29985E'

red 41 ◦ green 152 ◦ blue 94

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

Shades of Eucalyptus #29985E

Tints of Eucalyptus #29985E

RGB

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

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

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

R = 14.29%
G = 52.96%
B = 32.75%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#29985E (or 0x29985E) is known color: Eucalyptus. HEX triplet: 29, 98 and 5E. RGB value is (41,152,94). Sum of RGB (Red+Green+Blue) = 41+152+94=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #29985E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29985E is #D667A1. Grayscale: #707070. Windows color (decimal): -14051234 or 6199337. OLE color: 6199337.

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

Color convert

RGB 41 152 94 -
CMYK 0.73 0 0.38 0.40
HSL 148.65º 0.58% 0.38% -
HSV(B) 148.65º 0.73% 0.6% -
XYZ 14.16 23.74 14.42 -
YUV 112.2 117.73 77.22 -
System Red Green Blue C M Y K H S L
Decimal 41 152 94 0.73 0 0.38 0.40 148.65 0.58 0.38
Hex 29 98 5E 49 0 26 28 95 3A 26
Octal 51 230 136 111 0 46 50 225 72 46
Binary 101001 10011000 1011110 1001001 0 100110 101000 10010101 111010 100110

Color Harmonies of #29985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29985E

Black with #29985E

Text Example


Text Example

White with #29985E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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