Html Css Color HEX #29975E Eucalyptus

📋 copy color: '#29975E'

red 41 ◦ green 151 ◦ blue 94

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

Shades of Eucalyptus #29975E

Tints of Eucalyptus #29975E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 52.8%

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

R = 14.34%
G = 52.8%
B = 32.87%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#29975E (or 0x29975E) is known color: Eucalyptus. HEX triplet: 29, 97 and 5E. RGB value is (41,151,94). Sum of RGB (Red+Green+Blue) = 41+151+94=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 151 (59.38% from 255 or 52.80% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 151 - color contains mainly: green. Hex color #29975E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29975E is #D668A1. Grayscale: #6F6F6F. Windows color (decimal): -14051490 or 6199081. OLE color: 6199081.

HSL color Cylindrical-coordinate representation of color #29975E: hue angle of 148.91º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29975E is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 151 94 -
CMYK 0.73 0 0.38 0.41
HSL 148.91º 0.57% 0.38% -
HSV(B) 148.91º 0.73% 0.59% -
XYZ 14 23.41 14.37 -
YUV 111.61 118.06 77.63 -
System Red Green Blue C M Y K H S L
Decimal 41 151 94 0.73 0 0.38 0.41 148.91 0.57 0.38
Hex 29 97 5E 49 0 26 29 95 39 26
Octal 51 227 136 111 0 46 51 225 71 46
Binary 101001 10010111 1011110 1001001 0 100110 101001 10010101 111001 100110

Color Harmonies of #29975E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29975E

Black with #29975E

Text Example


Text Example

White with #29975E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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