Html Css Color HEX #1FA113 Forest Green

📋 copy color: '#1FA113'

red 31 ◦ green 161 ◦ blue 19

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

Shades of Forest Green #1FA113

Tints of Forest Green #1FA113

RGB

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

 GREEN value IS 161 (63.28% from 255) = 76.3%

 BLUE value IS 19 (7.81% from 255) = 9%

R = 14.69%
G = 76.3%
B = 9%

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

#1FA113 (or 0x1FA113) is known color: Forest Green. HEX triplet: 1F, A1 and 13. RGB value is (31,161,19). Sum of RGB (Red+Green+Blue) = 31+161+19=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 161 (63.28% from 255 or 76.30% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 161 - color contains mainly: green. Hex color #1FA113 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FA113 is #E05EEC. Grayscale: #6A6A6A. Windows color (decimal): -14704365 or 1286431. OLE color: 1286431.

HSL color Cylindrical-coordinate representation of color #1FA113: hue angle of 114.93º degrees, saturation: 0.79, 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 #1FA113 is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 31 161 19 -
CMYK 0.81 0 0.88 0.37
HSL 114.93º 0.79% 0.35% -
HSV(B) 114.93º 0.88% 0.63% -
XYZ 13.43 25.83 4.89 -
YUV 105.94 78.93 74.55 -
System Red Green Blue C M Y K H S L
Decimal 31 161 19 0.81 0 0.88 0.37 114.93 0.79 0.35
Hex 1F A1 13 51 0 58 25 73 4F 23
Octal 37 241 23 121 0 130 45 163 117 43
Binary 11111 10100001 10011 1010001 0 1011000 100101 1110011 1001111 100011

Color Harmonies of #1FA113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA113

Black with #1FA113

Text Example


Text Example

White with #1FA113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,161,19); }

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

background-color css

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

 a { background-color: rgb(31,161,19); }

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

border-color css

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

 span { border-color: rgb(31,161,19); }

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