Html Css Color HEX #29925E Eucalyptus

📋 copy color: '#29925E'

red 41 ◦ green 146 ◦ blue 94

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

Shades of Eucalyptus #29925E

Tints of Eucalyptus #29925E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.96%

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

R = 14.59%
G = 51.96%
B = 33.45%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#29925E (or 0x29925E) is known color: Eucalyptus. HEX triplet: 29, 92 and 5E. RGB value is (41,146,94). Sum of RGB (Red+Green+Blue) = 41+146+94=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #29925E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29925E is #D66DA1. Grayscale: #6C6C6C. Windows color (decimal): -14052770 or 6197801. OLE color: 6197801.

HSL color Cylindrical-coordinate representation of color #29925E: hue angle of 150.29º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #29925E is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 146 94 -
CMYK 0.72 0 0.36 0.43
HSL 150.29º 0.56% 0.37% -
HSV(B) 150.29º 0.72% 0.57% -
XYZ 13.21 21.84 14.11 -
YUV 108.68 119.71 79.73 -
System Red Green Blue C M Y K H S L
Decimal 41 146 94 0.72 0 0.36 0.43 150.29 0.56 0.37
Hex 29 92 5E 48 0 24 2B 96 38 25
Octal 51 222 136 110 0 44 53 226 70 45
Binary 101001 10010010 1011110 1001000 0 100100 101011 10010110 111000 100101

Color Harmonies of #29925E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29925E

Black with #29925E

Text Example


Text Example

White with #29925E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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