Html Css Color HEX #29946A Eucalyptus

📋 copy color: '#29946A'

red 41 ◦ green 148 ◦ blue 106

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

Shades of Eucalyptus #29946A

Tints of Eucalyptus #29946A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.17%

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

R = 13.9%
G = 50.17%
B = 35.93%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#29946A (or 0x29946A) is known color: Eucalyptus. HEX triplet: 29, 94 and 6A. RGB value is (41,148,106). Sum of RGB (Red+Green+Blue) = 41+148+106=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 148 (58.20% from 255 or 50.17% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 148 - color contains mainly: green. Hex color #29946A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29946A is #D66B95. Grayscale: #6F6F6F. Windows color (decimal): -14052246 or 6984745. OLE color: 6984745.

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

Color convert

RGB 41 148 106 -
CMYK 0.72 0 0.28 0.42
HSL 156.45º 0.57% 0.37% -
HSV(B) 156.45º 0.72% 0.58% -
XYZ 14.11 22.69 17.27 -
YUV 111.22 125.05 77.92 -
System Red Green Blue C M Y K H S L
Decimal 41 148 106 0.72 0 0.28 0.42 156.45 0.57 0.37
Hex 29 94 6A 48 0 1C 2A 9C 39 25
Octal 51 224 152 110 0 34 52 234 71 45
Binary 101001 10010100 1101010 1001000 0 11100 101010 10011100 111001 100101

Color Harmonies of #29946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29946A

Black with #29946A

Text Example


Text Example

White with #29946A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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