#1FA225

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

Shades of Forest Green #1FA225

Tints of Forest Green #1FA225

Color information

#1FA225 (or 0x1FA225) is unknown color: approx Forest Green. HEX triplet: 1F, A2 and 25. RGB value is (31,162,37). Sum of RGB (Red+Green+Blue) = 31+162+37=230 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.48% from 230); Green value is 162 (63.67% from 255 or 70.43% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 162 - color contains mainly: green. Hex color #1FA225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA225 is #E05DDA. Grayscale: #6C6C6C. Windows color (decimal): -14704091 or 2466335. OLE color: 2466335.

HSL color Cylindrical-coordinate representation of color #1FA225: hue angle of 122.75º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA225 is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB3116237-
CMYK0.8100.770.36
HSL122.75º67.88%37.84%-
HSV(B)122.75º80.86%63.53%-
XYZ13.8226.276.09-
YUV108.5887.672.66-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.48%
GREEN value IS 162 (63.67% from 255) = 70.43%
BLUE value IS 37 (14.84% from 255) = 16.09%
R=13.48%
G=70.43%
B=16.09%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal31162370.8100.770.36122.7567.8837.84
Hex1FA2255104D247b4426
Octal372424512101154417310446
Binary111111010001010010110100010100110110010011110111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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