Html Css Color HEX #1FB014 Forest Green

📋 copy color: '#1FB014'

red 31 ◦ green 176 ◦ blue 20

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

Shades of Forest Green #1FB014

Tints of Forest Green #1FB014

RGB

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

 GREEN value IS 176 (69.14% from 255) = 77.53%

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

R = 13.66%
G = 77.53%
B = 8.81%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#1FB014 (or 0x1FB014) is known color: Forest Green. HEX triplet: 1F, B0 and 14. RGB value is (31,176,20). Sum of RGB (Red+Green+Blue) = 31+176+20=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 176 (69.14% from 255 or 77.53% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 176 - color contains mainly: green. Hex color #1FB014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FB014 is #E04FEB. Grayscale: #737373. Windows color (decimal): -14700524 or 1355807. OLE color: 1355807.

HSL color Cylindrical-coordinate representation of color #1FB014: hue angle of 115.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1FB014 is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 31 176 20 -
CMYK 0.82 0 0.89 0.31
HSL 115.77º 0.8% 0.38% -
HSV(B) 115.77º 0.89% 0.69% -
XYZ 16.22 31.39 5.87 -
YUV 114.86 74.46 68.18 -
System Red Green Blue C M Y K H S L
Decimal 31 176 20 0.82 0 0.89 0.31 115.77 0.8 0.38
Hex 1F B0 14 52 0 59 1F 74 50 26
Octal 37 260 24 122 0 131 37 164 120 46
Binary 11111 10110000 10100 1010010 0 1011001 11111 1110100 1010000 100110

Color Harmonies of #1FB014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB014

Black with #1FB014

Text Example


Text Example

White with #1FB014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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