#1F9C60

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

Shades of Eucalyptus #1F9C60

Tints of Eucalyptus #1F9C60

Color information

#1F9C60 (or 0x1F9C60) is unknown color: approx Eucalyptus. HEX triplet: 1F, 9C and 60. RGB value is (31,156,96). Sum of RGB (Red+Green+Blue) = 31+156+96=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 156 (61.33% from 255 or 55.12% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9C60 is #E0639F. Grayscale: #6F6F6F. Windows color (decimal): -14705568 or 6331423. OLE color: 6331423.

HSL color Cylindrical-coordinate representation of color #1F9C60: hue angle of 151.2º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9C60 is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB3115696-
CMYK0.8000.380.39
HSL151.2º66.84%36.67%-
HSV(B)151.2º80.13%61.18%-
XYZ14.5624.9115.11-
YUV111.78119.0970.38-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.95%
GREEN value IS 156 (61.33% from 255) = 55.12%
BLUE value IS 96 (37.89% from 255) = 33.92%
R=10.95%
G=55.12%
B=33.92%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal31156960.8000.380.39151.266.8436.67
Hex1F9C605002627974325
Octal372341401200464722710345
Binary1111110011100110000010100000100110100111100101111000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,156,96); }

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

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

 a { background-color: rgb(31,156,96); }

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

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

 span { border-color: rgb(31,156,96); }

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