#299464

Color #299464 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #299464

Tints of Eucalyptus #299464

Color information

#299464 (or 0x299464) is unknown color: approx Eucalyptus. HEX triplet: 29, 94 and 64. RGB value is (41,148,100). Sum of RGB (Red+Green+Blue) = 41+148+100=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 148 (58.20% from 255 or 51.21% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 148 - color contains mainly: green. Hex color #299464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299464 is #D66B9B. Grayscale: #6E6E6E. Windows color (decimal): -14052252 or 6591529. OLE color: 6591529.

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

Color convert

RGB41148100-
CMYK0.7200.320.42
HSL153.08º56.61%37.06%-
HSV(B)153.08º72.3%58.04%-
XYZ13.822.5715.69-
YUV110.54122.0578.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.19%
GREEN value IS 148 (58.20% from 255) = 51.21%
BLUE value IS 100 (39.45% from 255) = 34.60%
R=14.19%
G=51.21%
B=34.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411481000.7200.320.42153.0856.6137.06
Hex299464480202A993925
Octal51224144110040522317145
Binary1010011001010011001001001000010000010101010011001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299464; }

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

 H1.HeaderClassName
 {
   color: #299464;
 }
 .AnyTagClassName
 {
   color: #299464;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #299464;
 }
 .BgClassName
 {
   background-color: #299464;
 }
</style>
border-color css

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

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

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