Html Css Color HEX #1FAB0E Forest Green

📋 copy color: '#1FAB0E'

red 31 ◦ green 171 ◦ blue 14

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

Shades of Forest Green #1FAB0E

Tints of Forest Green #1FAB0E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 79.17%

 BLUE value IS 14 (5.86% from 255) = 6.48%

R = 14.35%
G = 79.17%
B = 6.48%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#1FAB0E (or 0x1FAB0E) is known color: Forest Green. HEX triplet: 1F, AB and 0E. RGB value is (31,171,14). Sum of RGB (Red+Green+Blue) = 31+171+14=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 171 (67.19% from 255 or 79.17% from 216); Blue value is 14 (5.86% from 255 or 6.48% from 216); Max value from RGB is 171 - color contains mainly: green. Hex color #1FAB0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FAB0E is #E054F1. Grayscale: #6F6F6F. Windows color (decimal): -14701810 or 961311. OLE color: 961311.

HSL color Cylindrical-coordinate representation of color #1FAB0E: hue angle of 113.5º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1FAB0E is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 31 171 14 -
CMYK 0.82 0 0.92 0.33
HSL 113.5º 0.85% 0.36% -
HSV(B) 113.5º 0.92% 0.67% -
XYZ 15.21 29.45 5.3 -
YUV 111.24 73.12 70.77 -
System Red Green Blue C M Y K H S L
Decimal 31 171 14 0.82 0 0.92 0.33 113.5 0.85 0.36
Hex 1F AB E 52 0 5C 21 72 55 24
Octal 37 253 16 122 0 134 41 162 125 44
Binary 11111 10101011 1110 1010010 0 1011100 100001 1110010 1010101 100100

Color Harmonies of #1FAB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAB0E

Black with #1FAB0E

Text Example


Text Example

White with #1FAB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,171,14); }

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

background-color css

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

 a { background-color: rgb(31,171,14); }

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

border-color css

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

 span { border-color: rgb(31,171,14); }

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