#299966

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

Shades of Eucalyptus #299966

Tints of Eucalyptus #299966

Color information

#299966 (or 0x299966) is unknown color: approx Eucalyptus. HEX triplet: 29, 99 and 66. RGB value is (41,153,102). Sum of RGB (Red+Green+Blue) = 41+153+102=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 153 (60.16% from 255 or 51.69% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 153 - color contains mainly: green. Hex color #299966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299966 is #D66699. Grayscale: #717171. Windows color (decimal): -14050970 or 6723881. OLE color: 6723881.

HSL color Cylindrical-coordinate representation of color #299966: hue angle of 152.68º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299966 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB41153102-
CMYK0.7300.330.4
HSL152.68º57.73%38.04%-
HSV(B)152.68º73.2%60%-
XYZ14.724.2116.47-
YUV113.7121.3976.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.85%
GREEN value IS 153 (60.16% from 255) = 51.69%
BLUE value IS 102 (40.23% from 255) = 34.46%
R=13.85%
G=51.69%
B=34.46%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal411531020.7300.330.4152.6857.7338.04
Hex2999664902128993a26
Octal51231146111041502317246
Binary1010011001100111001101001001010000110100010011001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299966; }

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

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

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

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

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

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

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

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