#299A61

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

Shades of Eucalyptus #299A61

Tints of Eucalyptus #299A61

Color information

#299A61 (or 0x299A61) is unknown color: approx Eucalyptus. HEX triplet: 29, 9A and 61. RGB value is (41,154,97). Sum of RGB (Red+Green+Blue) = 41+154+97=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 154 (60.55% from 255 or 52.74% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 154 - color contains mainly: green. Hex color #299A61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299A61 is #D6659E. Grayscale: #717171. Windows color (decimal): -14050719 or 6396457. OLE color: 6396457.

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

Color convert

RGB4115497-
CMYK0.7300.370.40
HSL149.73º57.95%38.24%-
HSV(B)149.73º73.38%60.39%-
XYZ14.6324.4515.26-
YUV113.72118.5676.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.04%
GREEN value IS 154 (60.55% from 255) = 52.74%
BLUE value IS 97 (38.28% from 255) = 33.22%
R=14.04%
G=52.74%
B=33.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41154970.7300.370.40149.7357.9538.24
Hex299A614902528963a26
Octal51232141111045502267246
Binary1010011001101011000011001001010010110100010010110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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