#299861

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

Shades of Eucalyptus #299861

Tints of Eucalyptus #299861

Color information

#299861 (or 0x299861) is unknown color: approx Eucalyptus. HEX triplet: 29, 98 and 61. RGB value is (41,152,97). Sum of RGB (Red+Green+Blue) = 41+152+97=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 152 (59.77% from 255 or 52.41% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 152 - color contains mainly: green. Hex color #299861 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299861 is #D6679E. Grayscale: #707070. Windows color (decimal): -14051231 or 6395945. OLE color: 6395945.

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

Color convert

RGB4115297-
CMYK0.7300.360.40
HSL150.27º57.51%37.84%-
HSV(B)150.27º73.03%59.61%-
XYZ14.323.7915.15-
YUV112.54119.2376.97-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.14%
GREEN value IS 152 (59.77% from 255) = 52.41%
BLUE value IS 97 (38.28% from 255) = 33.45%
R=14.14%
G=52.41%
B=33.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41152970.7300.360.40150.2757.5137.84
Hex2998614902428963a26
Octal51230141111044502267246
Binary1010011001100011000011001001010010010100010010110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299861; }

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

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

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

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

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

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

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

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