#299865

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

Shades of Eucalyptus #299865

Tints of Eucalyptus #299865

Color information

#299865 (or 0x299865) is unknown color: approx Eucalyptus. HEX triplet: 29, 98 and 65. RGB value is (41,152,101). Sum of RGB (Red+Green+Blue) = 41+152+101=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 152 (59.77% from 255 or 51.70% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 152 - color contains mainly: green. Hex color #299865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299865 is #D6679A. Grayscale: #717171. Windows color (decimal): -14051227 or 6658089. OLE color: 6658089.

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

Color convert

RGB41152101-
CMYK0.7300.340.40
HSL152.43º57.51%37.84%-
HSV(B)152.43º73.03%59.61%-
XYZ14.4923.8716.16-
YUV113121.2376.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.95%
GREEN value IS 152 (59.77% from 255) = 51.70%
BLUE value IS 101 (39.84% from 255) = 34.35%
R=13.95%
G=51.70%
B=34.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal411521010.7300.340.40152.4357.5137.84
Hex2998654902228983a26
Octal51230145111042502307246
Binary1010011001100011001011001001010001010100010011000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299865; }

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

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

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

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

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

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

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

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