#1FAF61

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

Shades of Eucalyptus #1FAF61

Tints of Eucalyptus #1FAF61

Color information

#1FAF61 (or 0x1FAF61) is unknown color: approx Eucalyptus. HEX triplet: 1F, AF and 61. RGB value is (31,175,97). Sum of RGB (Red+Green+Blue) = 31+175+97=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 175 (68.75% from 255 or 57.76% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 175 - color contains mainly: green. Hex color #1FAF61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAF61 is #E0509E. Grayscale: #7B7B7B. Windows color (decimal): -14700703 or 6401823. OLE color: 6401823.

HSL color Cylindrical-coordinate representation of color #1FAF61: hue angle of 147.5º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAF61 is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB3117597-
CMYK0.8200.450.31
HSL147.5º69.9%40.39%-
HSV(B)147.5º82.29%68.63%-
XYZ18.0531.8116.5-
YUV123.05113.2962.34-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.23%
GREEN value IS 175 (68.75% from 255) = 57.76%
BLUE value IS 97 (38.28% from 255) = 32.01%
R=10.23%
G=57.76%
B=32.01%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal31175970.8200.450.31147.569.940.39
Hex1FAF615202D1F944628
Octal372571411220553722410650
Binary111111010111111000011010010010110111111100101001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FAF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,175,97); }

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

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

 a { background-color: rgb(31,175,97); }

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

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

 span { border-color: rgb(31,175,97); }

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