Html Css Color HEX #1FA014 Forest Green

📋 copy color: '#1FA014'

red 31 ◦ green 160 ◦ blue 20

#1FA014
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #1FA014

Tints of Forest Green #1FA014

RGB

 RED value IS 31 (12.5% from 255) = 14.69%

 GREEN value IS 160 (62.89% from 255) = 75.83%

 BLUE value IS 20 (8.2% from 255) = 9.48%

R = 14.69%
G = 75.83%
B = 9.48%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#1FA014 (or 0x1FA014) is known color: Forest Green. HEX triplet: 1F, A0 and 14. RGB value is (31,160,20). Sum of RGB (Red+Green+Blue) = 31+160+20=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 160 (62.89% from 255 or 75.83% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FA014 is #E05FEB. Grayscale: #696969. Windows color (decimal): -14704620 or 1351711. OLE color: 1351711.

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

Color convert

RGB 31 160 20 -
CMYK 0.81 0 0.88 0.37
HSL 115.29º 0.78% 0.35% -
HSV(B) 115.29º 0.88% 0.63% -
XYZ 13.26 25.48 4.88 -
YUV 105.47 79.76 74.88 -
System Red Green Blue C M Y K H S L
Decimal 31 160 20 0.81 0 0.88 0.37 115.29 0.78 0.35
Hex 1F A0 14 51 0 58 25 73 4E 23
Octal 37 240 24 121 0 130 45 163 116 43
Binary 11111 10100000 10100 1010001 0 1011000 100101 1110011 1001110 100011

Color Harmonies of #1FA014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA014

Black with #1FA014

Text Example


Text Example

White with #1FA014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,160,20); }

 H1.HeaderClassName
 {
   color: #1FA014;
 }
 .AnyTagClassName
 {
   color: #1FA014;
 }
</style>

background-color css

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

 a { background-color: rgb(31,160,20); }

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

border-color css

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

 span { border-color: rgb(31,160,20); }

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