#1FAF13

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

Shades of Forest Green #1FAF13

Tints of Forest Green #1FAF13

Color information

#1FAF13 (or 0x1FAF13) is unknown color: approx Forest Green. HEX triplet: 1F, AF and 13. RGB value is (31,175,19). Sum of RGB (Red+Green+Blue) = 31+175+19=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 175 (68.75% from 255 or 77.78% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 175 - color contains mainly: green. Hex color #1FAF13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FAF13 is #E050EC. Grayscale: #727272. Windows color (decimal): -14700781 or 1290015. OLE color: 1290015.

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

Color convert

RGB3117519-
CMYK0.8200.890.31
HSL115.38º80.41%38.04%-
HSV(B)115.38º89.14%68.63%-
XYZ16.01315.76-
YUV114.1674.2968.68-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.78%
GREEN value IS 175 (68.75% from 255) = 77.78%
BLUE value IS 19 (7.81% from 255) = 8.44%
R=13.78%
G=77.78%
B=8.44%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal31175190.8200.890.31115.3880.4138.04
Hex1FAF13520591F735026
Octal372572312201313716312046
Binary1111110101111100111010010010110011111111100111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FAF13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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