Html Css Color HEX #1FA514 Forest Green

📋 copy color: '#1FA514'

red 31 ◦ green 165 ◦ blue 20

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

Shades of Forest Green #1FA514

Tints of Forest Green #1FA514

RGB

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

 GREEN value IS 165 (64.84% from 255) = 76.39%

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

R = 14.35%
G = 76.39%
B = 9.26%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#1FA514 (or 0x1FA514) is known color: Forest Green. HEX triplet: 1F, A5 and 14. RGB value is (31,165,20). Sum of RGB (Red+Green+Blue) = 31+165+20=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 165 (64.84% from 255 or 76.39% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 165 - color contains mainly: green. Hex color #1FA514 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FA514 is #E05AEB. Grayscale: #6C6C6C. Windows color (decimal): -14703340 or 1352991. OLE color: 1352991.

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

Color convert

RGB 31 165 20 -
CMYK 0.81 0 0.88 0.35
HSL 115.45º 0.78% 0.36% -
HSV(B) 115.45º 0.88% 0.65% -
XYZ 14.15 27.25 5.18 -
YUV 108.4 78.11 72.79 -
System Red Green Blue C M Y K H S L
Decimal 31 165 20 0.81 0 0.88 0.35 115.45 0.78 0.36
Hex 1F A5 14 51 0 58 23 73 4E 24
Octal 37 245 24 121 0 130 43 163 116 44
Binary 11111 10100101 10100 1010001 0 1011000 100011 1110011 1001110 100100

Color Harmonies of #1FA514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA514

Black with #1FA514

Text Example


Text Example

White with #1FA514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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