#299A64

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

Shades of Eucalyptus #299A64

Tints of Eucalyptus #299A64

Color information

#299A64 (or 0x299A64) is unknown color: approx Eucalyptus. HEX triplet: 29, 9A and 64. RGB value is (41,154,100). Sum of RGB (Red+Green+Blue) = 41+154+100=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 154 (60.55% from 255 or 52.20% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 154 - color contains mainly: green. Hex color #299A64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299A64 is #D6659B. Grayscale: #727272. Windows color (decimal): -14050716 or 6593065. OLE color: 6593065.

HSL color Cylindrical-coordinate representation of color #299A64: hue angle of 151.33º 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 #299A64 is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.

Color convert

RGB41154100-
CMYK0.7300.350.40
HSL151.33º57.95%38.24%-
HSV(B)151.33º73.38%60.39%-
XYZ14.7724.516.01-
YUV114.06120.0675.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.90%
GREEN value IS 154 (60.55% from 255) = 52.20%
BLUE value IS 100 (39.45% from 255) = 33.90%
R=13.90%
G=52.20%
B=33.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal411541000.7300.350.40151.3357.9538.24
Hex299A644902328973a26
Octal51232144111043502277246
Binary1010011001101011001001001001010001110100010010111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299A64; }

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

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

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

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

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

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

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

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