Html Css Color HEX #1FA80D Forest Green

📋 copy color: '#1FA80D'

red 31 ◦ green 168 ◦ blue 13

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

Shades of Forest Green #1FA80D

Tints of Forest Green #1FA80D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 79.25%

 BLUE value IS 13 (5.47% from 255) = 6.13%

R = 14.62%
G = 79.25%
B = 6.13%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#1FA80D (or 0x1FA80D) is known color: Forest Green. HEX triplet: 1F, A8 and 0D. RGB value is (31,168,13). Sum of RGB (Red+Green+Blue) = 31+168+13=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 168 (66.02% from 255 or 79.25% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 168 - color contains mainly: green. Hex color #1FA80D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FA80D is #E057F2. Grayscale: #6D6D6D. Windows color (decimal): -14702579 or 895007. OLE color: 895007.

HSL color Cylindrical-coordinate representation of color #1FA80D: hue angle of 113.03º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1FA80D is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB 31 168 13 -
CMYK 0.82 0 0.92 0.34
HSL 113.03º 0.86% 0.35% -
HSV(B) 113.03º 0.92% 0.66% -
XYZ 14.64 28.33 5.08 -
YUV 109.37 73.61 72.1 -
System Red Green Blue C M Y K H S L
Decimal 31 168 13 0.82 0 0.92 0.34 113.03 0.86 0.35
Hex 1F A8 D 52 0 5C 22 71 56 23
Octal 37 250 15 122 0 134 42 161 126 43
Binary 11111 10101000 1101 1010010 0 1011100 100010 1110001 1010110 100011

Color Harmonies of #1FA80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA80D

Black with #1FA80D

Text Example


Text Example

White with #1FA80D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,168,13); }

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

background-color css

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

 a { background-color: rgb(31,168,13); }

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

border-color css

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

 span { border-color: rgb(31,168,13); }

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