#1FA725

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

Shades of Forest Green #1FA725

Tints of Forest Green #1FA725

Color information

#1FA725 (or 0x1FA725) is unknown color: approx Forest Green. HEX triplet: 1F, A7 and 25. RGB value is (31,167,37). Sum of RGB (Red+Green+Blue) = 31+167+37=235 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.19% from 235); Green value is 167 (65.62% from 255 or 71.06% from 235); Blue value is 37 (14.84% from 255 or 15.74% from 235); Max value from RGB is 167 - color contains mainly: green. Hex color #1FA725 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA725 is #E058DA. Grayscale: #6F6F6F. Windows color (decimal): -14702811 or 2467615. OLE color: 2467615.

HSL color Cylindrical-coordinate representation of color #1FA725: hue angle of 122.65º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA725 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB3116737-
CMYK0.8100.780.35
HSL122.65º68.69%38.82%-
HSV(B)122.65º81.44%65.49%-
XYZ14.7228.066.39-
YUV111.5285.9470.57-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.19%
GREEN value IS 167 (65.62% from 255) = 71.06%
BLUE value IS 37 (14.84% from 255) = 15.74%
R=13.19%
G=71.06%
B=15.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal31167370.8100.780.35122.6568.6938.82
Hex1FA7255104E237b4527
Octal372474512101164317310547
Binary111111010011110010110100010100111010001111110111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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