Html Css Color HEX #1FA015 Forest Green

📋 copy color: '#1FA015'

red 31 ◦ green 160 ◦ blue 21

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

Shades of Forest Green #1FA015

Tints of Forest Green #1FA015

RGB

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

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

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

R = 14.62%
G = 75.47%
B = 9.91%

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

#1FA015 (or 0x1FA015) is known color: Forest Green. HEX triplet: 1F, A0 and 15. RGB value is (31,160,21). Sum of RGB (Red+Green+Blue) = 31+160+21=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 160 (62.89% from 255 or 75.47% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FA015 is #E05FEA. Grayscale: #6A6A6A. Windows color (decimal): -14704619 or 1417247. OLE color: 1417247.

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

Color convert

RGB 31 160 21 -
CMYK 0.81 0 0.87 0.37
HSL 115.68º 0.77% 0.35% -
HSV(B) 115.68º 0.87% 0.63% -
XYZ 13.27 25.49 4.93 -
YUV 105.58 80.26 74.8 -
System Red Green Blue C M Y K H S L
Decimal 31 160 21 0.81 0 0.87 0.37 115.68 0.77 0.35
Hex 1F A0 15 51 0 57 25 74 4D 23
Octal 37 240 25 121 0 127 45 164 115 43
Binary 11111 10100000 10101 1010001 0 1010111 100101 1110100 1001101 100011

Color Harmonies of #1FA015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA015

Black with #1FA015

Text Example


Text Example

White with #1FA015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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