#299360

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

Shades of Eucalyptus #299360

Tints of Eucalyptus #299360

Color information

#299360 (or 0x299360) is unknown color: approx Eucalyptus. HEX triplet: 29, 93 and 60. RGB value is (41,147,96). Sum of RGB (Red+Green+Blue) = 41+147+96=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 147 (57.81% from 255 or 51.76% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 147 - color contains mainly: green. Hex color #299360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299360 is #D66C9F. Grayscale: #6D6D6D. Windows color (decimal): -14052512 or 6329129. OLE color: 6329129.

HSL color Cylindrical-coordinate representation of color #299360: hue angle of 151.13º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299360 is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB4114796-
CMYK0.7200.350.42
HSL151.13º56.38%36.86%-
HSV(B)151.13º72.11%57.65%-
XYZ13.4622.1814.64-
YUV109.49120.3879.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.44%
GREEN value IS 147 (57.81% from 255) = 51.76%
BLUE value IS 96 (37.89% from 255) = 33.80%
R=14.44%
G=51.76%
B=33.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41147960.7200.350.42151.1356.3836.86
Hex299360480232A973825
Octal51223140110043522277045
Binary1010011001001111000001001000010001110101010010111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299360; }

 p { color: rgb(41,147,96); }

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

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

 a { background-color: rgb(41,147,96); }

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

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

 span { border-color: rgb(41,147,96); }

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