#1F9760

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

Shades of Eucalyptus #1F9760

Tints of Eucalyptus #1F9760

Color information

#1F9760 (or 0x1F9760) is unknown color: approx Eucalyptus. HEX triplet: 1F, 97 and 60. RGB value is (31,151,96). Sum of RGB (Red+Green+Blue) = 31+151+96=278 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.15% from 278); Green value is 151 (59.38% from 255 or 54.32% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 151 - color contains mainly: green. Hex color #1F9760 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9760 is #E0689F. Grayscale: #6C6C6C. Windows color (decimal): -14706848 or 6330143. OLE color: 6330143.

HSL color Cylindrical-coordinate representation of color #1F9760: hue angle of 152.5º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9760 is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB3115196-
CMYK0.7900.360.41
HSL152.5º65.93%35.69%-
HSV(B)152.5º79.47%59.22%-
XYZ13.7423.2714.83-
YUV108.85120.7472.47-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.15%
GREEN value IS 151 (59.38% from 255) = 54.32%
BLUE value IS 96 (37.89% from 255) = 34.53%
R=11.15%
G=54.32%
B=34.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal31151960.7900.360.41152.565.9335.69
Hex1F97604F02429984224
Octal372271401170445123010244
Binary1111110010111110000010011110100100101001100110001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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