#299F51

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

Shades of Eucalyptus #299F51

Tints of Eucalyptus #299F51

Color information

#299F51 (or 0x299F51) is unknown color: approx Eucalyptus. HEX triplet: 29, 9F and 51. RGB value is (41,159,81). Sum of RGB (Red+Green+Blue) = 41+159+81=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 159 (62.5% from 255 or 56.58% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 159 - color contains mainly: green. Hex color #299F51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299F51 is #D660AE. Grayscale: #737373. Windows color (decimal): -14049455 or 5349161. OLE color: 5349161.

HSL color Cylindrical-coordinate representation of color #299F51: hue angle of 140.34º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299F51 is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB4115981-
CMYK0.7400.490.38
HSL140.34º59%39.22%-
HSV(B)140.34º74.21%62.35%-
XYZ14.825.8612-
YUV114.83108.9175.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.59%
GREEN value IS 159 (62.5% from 255) = 56.58%
BLUE value IS 81 (32.03% from 255) = 28.83%
R=14.59%
G=56.58%
B=28.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41159810.7400.490.38140.345939.22
Hex299F514A031268c3b27
Octal51237121112061462147347
Binary1010011001111110100011001010011000110011010001100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,159,81); }

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

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

 a { background-color: rgb(41,159,81); }

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

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

 span { border-color: rgb(41,159,81); }

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