#1FA512

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

Shades of Forest Green #1FA512

Tints of Forest Green #1FA512

Color information

#1FA512 (or 0x1FA512) is unknown color: approx Forest Green. HEX triplet: 1F, A5 and 12. RGB value is (31,165,18). Sum of RGB (Red+Green+Blue) = 31+165+18=214 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.49% from 214); Green value is 165 (64.84% from 255 or 77.10% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 165 - color contains mainly: green. Hex color #1FA512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FA512 is #E05AED. Grayscale: #6C6C6C. Windows color (decimal): -14703342 or 1221919. OLE color: 1221919.

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

Color convert

RGB3116518-
CMYK0.8100.890.35
HSL114.69º80.33%35.88%-
HSV(B)114.69º89.09%64.71%-
XYZ14.1327.255.09-
YUV108.1877.1172.95-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.49%
GREEN value IS 165 (64.84% from 255) = 77.10%
BLUE value IS 18 (7.42% from 255) = 8.41%
R=14.49%
G=77.10%
B=8.41%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal31165180.8100.890.35114.6980.3335.88
Hex1FA5125105923735024
Octal372452212101314316312044
Binary11111101001011001010100010101100110001111100111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,165,18); }

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

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

 a { background-color: rgb(31,165,18); }

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

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

 span { border-color: rgb(31,165,18); }

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