#299162

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

Shades of Eucalyptus #299162

Tints of Eucalyptus #299162

Color information

#299162 (or 0x299162) is unknown color: approx Eucalyptus. HEX triplet: 29, 91 and 62. RGB value is (41,145,98). Sum of RGB (Red+Green+Blue) = 41+145+98=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 145 (57.03% from 255 or 51.06% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 145 - color contains mainly: green. Hex color #299162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299162 is #D66E9D. Grayscale: #6C6C6C. Windows color (decimal): -14053022 or 6459689. OLE color: 6459689.

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

Color convert

RGB4114598-
CMYK0.7200.320.43
HSL152.88º55.91%36.47%-
HSV(B)152.88º71.72%56.86%-
XYZ13.2421.615.03-
YUV108.55122.0479.82-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.44%
GREEN value IS 145 (57.03% from 255) = 51.06%
BLUE value IS 98 (38.67% from 255) = 34.51%
R=14.44%
G=51.06%
B=34.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41145980.7200.320.43152.8855.9136.47
Hex299162480202B993824
Octal51221142110040532317044
Binary1010011001000111000101001000010000010101110011001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299162; }

 p { color: rgb(41,145,98); }

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

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

 a { background-color: rgb(41,145,98); }

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

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

 span { border-color: rgb(41,145,98); }

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