#1fa05f

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

Shades of Eucalyptus #1FA05F

Tints of Eucalyptus #1FA05F

Color information

#1FA05F (or 0x1FA05F) is unknown color: approx Eucalyptus. HEX triplet: 1F, A0 and 5F. RGB value is (31,160,95). Sum of RGB (Red+Green+Blue) = 31+160+95=286 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.84% from 286); Green value is 160 (62.89% from 255 or 55.94% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA05F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA05F is #E05FA0. Grayscale: #727272. Windows color (decimal): -14704545 or 6266911. OLE color: 6266911.

HSL color Cylindrical-coordinate representation of color #1FA05F: hue angle of 149.77º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA05F is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB3116095-
CMYK0.8100.410.37
HSL149.77º67.54%37.45%-
HSV(B)149.77º80.62%62.75%-
XYZ15.226.2615.09-
YUV114.02117.2668.79-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.84%
GREEN value IS 160 (62.89% from 255) = 55.94%
BLUE value IS 95 (37.5% from 255) = 33.22%
R=10.84%
G=55.94%
B=33.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal31160950.8100.410.37149.7767.5437.45
Hex1FA05F5102925964425
Octal372401371210514522610445
Binary1111110100000101111110100010101001100101100101101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fa05f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,160,95); }

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

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

 a { background-color: rgb(31,160,95); }

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

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

 span { border-color: rgb(31,160,95); }

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