#299666

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

Shades of Eucalyptus #299666

Tints of Eucalyptus #299666

Color information

#299666 (or 0x299666) is unknown color: approx Eucalyptus. HEX triplet: 29, 96 and 66. RGB value is (41,150,102). Sum of RGB (Red+Green+Blue) = 41+150+102=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 150 (58.98% from 255 or 51.19% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 150 - color contains mainly: green. Hex color #299666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299666 is #D66999. Grayscale: #707070. Windows color (decimal): -14051738 or 6723113. OLE color: 6723113.

HSL color Cylindrical-coordinate representation of color #299666: hue angle of 153.58º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299666 is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB41150102-
CMYK0.7300.320.41
HSL153.58º57.07%37.45%-
HSV(B)153.58º72.67%58.82%-
XYZ14.2223.2416.31-
YUV111.94122.3977.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.99%
GREEN value IS 150 (58.98% from 255) = 51.19%
BLUE value IS 102 (40.23% from 255) = 34.81%
R=13.99%
G=51.19%
B=34.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal411501020.7300.320.41153.5857.0737.45
Hex29966649020299a3925
Octal51226146111040512327145
Binary1010011001011011001101001001010000010100110011010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299666; }

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

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

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

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

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

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

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

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