#1FAF25

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

Shades of Forest Green #1FAF25

Tints of Forest Green #1FAF25

Color information

#1FAF25 (or 0x1FAF25) is unknown color: approx Forest Green. HEX triplet: 1F, AF and 25. RGB value is (31,175,37). Sum of RGB (Red+Green+Blue) = 31+175+37=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 175 (68.75% from 255 or 72.02% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 175 - color contains mainly: green. Hex color #1FAF25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAF25 is #E050DA. Grayscale: #747474. Windows color (decimal): -14700763 or 2469663. OLE color: 2469663.

HSL color Cylindrical-coordinate representation of color #1FAF25: hue angle of 122.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 #1FAF25 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB3117537-
CMYK0.8200.790.31
HSL122.5º69.9%40.39%-
HSV(B)122.5º82.29%68.63%-
XYZ16.2331.086.89-
YUV116.2183.2967.22-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.76%
GREEN value IS 175 (68.75% from 255) = 72.02%
BLUE value IS 37 (14.84% from 255) = 15.23%
R=12.76%
G=72.02%
B=15.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal31175370.8200.790.31122.569.940.39
Hex1FAF255204F1F7a4628
Octal372574512201173717210650
Binary11111101011111001011010010010011111111111110101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FAF25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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