Html Css Color HEX #1FA115 Forest Green

📋 copy color: '#1FA115'

red 31 ◦ green 161 ◦ blue 21

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

Shades of Forest Green #1FA115

Tints of Forest Green #1FA115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.86%

R = 14.55%
G = 75.59%
B = 9.86%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#1FA115 (or 0x1FA115) is known color: Forest Green. HEX triplet: 1F, A1 and 15. RGB value is (31,161,21). Sum of RGB (Red+Green+Blue) = 31+161+21=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 161 (63.28% from 255 or 75.59% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 161 - color contains mainly: green. Hex color #1FA115 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FA115 is #E05EEA. Grayscale: #6A6A6A. Windows color (decimal): -14704363 or 1417503. OLE color: 1417503.

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

Color convert

RGB 31 161 21 -
CMYK 0.81 0 0.87 0.37
HSL 115.71º 0.77% 0.36% -
HSV(B) 115.71º 0.87% 0.63% -
XYZ 13.45 25.84 4.99 -
YUV 106.17 79.93 74.38 -
System Red Green Blue C M Y K H S L
Decimal 31 161 21 0.81 0 0.87 0.37 115.71 0.77 0.36
Hex 1F A1 15 51 0 57 25 74 4D 24
Octal 37 241 25 121 0 127 45 164 115 44
Binary 11111 10100001 10101 1010001 0 1010111 100101 1110100 1001101 100100

Color Harmonies of #1FA115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA115

Black with #1FA115

Text Example


Text Example

White with #1FA115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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