Html Css Color HEX #29945C Eucalyptus

📋 copy color: '#29945C'

red 41 ◦ green 148 ◦ blue 92

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

Shades of Eucalyptus #29945C

Tints of Eucalyptus #29945C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.74%

R = 14.59%
G = 52.67%
B = 32.74%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#29945C (or 0x29945C) is known color: Eucalyptus. HEX triplet: 29, 94 and 5C. RGB value is (41,148,92). Sum of RGB (Red+Green+Blue) = 41+148+92=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 148 (58.20% from 255 or 52.67% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 148 - color contains mainly: green. Hex color #29945C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29945C is #D66BA3. Grayscale: #6D6D6D. Windows color (decimal): -14052260 or 6067241. OLE color: 6067241.

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

Color convert

RGB 41 148 92 -
CMYK 0.72 0 0.38 0.42
HSL 148.6º 0.57% 0.37% -
HSV(B) 148.6º 0.72% 0.58% -
XYZ 13.44 22.42 13.75 -
YUV 109.62 118.05 79.05 -
System Red Green Blue C M Y K H S L
Decimal 41 148 92 0.72 0 0.38 0.42 148.6 0.57 0.37
Hex 29 94 5C 48 0 26 2A 95 39 25
Octal 51 224 134 110 0 46 52 225 71 45
Binary 101001 10010100 1011100 1001000 0 100110 101010 10010101 111001 100101

Color Harmonies of #29945C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29945C

Black with #29945C

Text Example


Text Example

White with #29945C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29945C; }

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

 H1.HeaderClassName
 {
   color: #29945C;
 }
 .AnyTagClassName
 {
   color: #29945C;
 }
</style>

background-color css

<style>
 a { background-color: #29945C; }

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

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

border-color css

<style>
 span { border-color: #29945C; }

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

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