#1FA219

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

Shades of Forest Green #1FA219

Tints of Forest Green #1FA219

Color information

#1FA219 (or 0x1FA219) is unknown color: approx Forest Green. HEX triplet: 1F, A2 and 19. RGB value is (31,162,25). Sum of RGB (Red+Green+Blue) = 31+162+25=218 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.22% from 218); Green value is 162 (63.67% from 255 or 74.31% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 162 - color contains mainly: green. Hex color #1FA219 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FA219 is #E05DE6. Grayscale: #6B6B6B. Windows color (decimal): -14704103 or 1679903. OLE color: 1679903.

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

Color convert

RGB3116225-
CMYK0.8100.850.36
HSL117.37º73.26%36.67%-
HSV(B)117.37º84.57%63.53%-
XYZ13.6626.25.26-
YUV107.2181.673.64-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.22%
GREEN value IS 162 (63.67% from 255) = 74.31%
BLUE value IS 25 (10.16% from 255) = 11.47%
R=14.22%
G=74.31%
B=11.47%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal31162250.8100.850.36117.3773.2636.67
Hex1FA2195105524754925
Octal372423112101254416511145
Binary11111101000101100110100010101010110010011101011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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