Html Css Color HEX #29976A Eucalyptus

📋 copy color: '#29976A'

red 41 ◦ green 151 ◦ blue 106

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

Shades of Eucalyptus #29976A

Tints of Eucalyptus #29976A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.57%

R = 13.76%
G = 50.67%
B = 35.57%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#29976A (or 0x29976A) is known color: Eucalyptus. HEX triplet: 29, 97 and 6A. RGB value is (41,151,106). Sum of RGB (Red+Green+Blue) = 41+151+106=298 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.76% from 298); Green value is 151 (59.38% from 255 or 50.67% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 151 - color contains mainly: green. Hex color #29976A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29976A is #D66895. Grayscale: #717171. Windows color (decimal): -14051478 or 6985513. OLE color: 6985513.

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

Color convert

RGB 41 151 106 -
CMYK 0.73 0 0.30 0.41
HSL 155.45º 0.57% 0.38% -
HSV(B) 155.45º 0.73% 0.59% -
XYZ 14.58 23.65 17.43 -
YUV 112.98 124.06 76.66 -
System Red Green Blue C M Y K H S L
Decimal 41 151 106 0.73 0 0.30 0.41 155.45 0.57 0.38
Hex 29 97 6A 49 0 1E 29 9B 39 26
Octal 51 227 152 111 0 36 51 233 71 46
Binary 101001 10010111 1101010 1001001 0 11110 101001 10011011 111001 100110

Color Harmonies of #29976A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29976A

Black with #29976A

Text Example


Text Example

White with #29976A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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