#299166

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

Shades of Eucalyptus #299166

Tints of Eucalyptus #299166

Color information

#299166 (or 0x299166) is unknown color: approx Eucalyptus. HEX triplet: 29, 91 and 66. RGB value is (41,145,102). Sum of RGB (Red+Green+Blue) = 41+145+102=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 145 (57.03% from 255 or 50.35% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 145 - color contains mainly: green. Hex color #299166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299166 is #D66E99. Grayscale: #6D6D6D. Windows color (decimal): -14053018 or 6721833. OLE color: 6721833.

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

Color convert

RGB41145102-
CMYK0.7200.300.43
HSL155.19º55.91%36.47%-
HSV(B)155.19º71.72%56.86%-
XYZ13.4421.6816.05-
YUV109124.0479.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.24%
GREEN value IS 145 (57.03% from 255) = 50.35%
BLUE value IS 102 (40.23% from 255) = 35.42%
R=14.24%
G=50.35%
B=35.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411451020.7200.300.43155.1955.9136.47
Hex2991664801E2B9b3824
Octal51221146110036532337044
Binary101001100100011100110100100001111010101110011011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299166; }

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

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

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

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

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

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

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

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