#1F9959

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

Shades of Eucalyptus #1F9959

Tints of Eucalyptus #1F9959

Color information

#1F9959 (or 0x1F9959) is unknown color: approx Eucalyptus. HEX triplet: 1F, 99 and 59. RGB value is (31,153,89). Sum of RGB (Red+Green+Blue) = 31+153+89=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 153 (60.16% from 255 or 56.04% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 153 - color contains mainly: green. Hex color #1F9959 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9959 is #E066A6. Grayscale: #6D6D6D. Windows color (decimal): -14706343 or 5871903. OLE color: 5871903.

HSL color Cylindrical-coordinate representation of color #1F9959: hue angle of 148.52º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9959 is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB3115389-
CMYK0.8000.420.4
HSL148.52º66.3%36.08%-
HSV(B)148.52º79.74%60%-
XYZ13.7623.813.32-
YUV109.23116.5872.2-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.36%
GREEN value IS 153 (60.16% from 255) = 56.04%
BLUE value IS 89 (35.16% from 255) = 32.60%
R=11.36%
G=56.04%
B=32.60%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal31153890.8000.420.4148.5266.336.08
Hex1F99595002A28954224
Octal372311311200525022510244
Binary1111110011001101100110100000101010101000100101011000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F9959; }

 p { color: rgb(31,153,89); }

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

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

 a { background-color: rgb(31,153,89); }

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

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

 span { border-color: rgb(31,153,89); }

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