Html Css Color HEX #14911F Forest Green

📋 copy color: '#14911F'

red 20 ◦ green 145 ◦ blue 31

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

Shades of Forest Green #14911F

Tints of Forest Green #14911F

RGB

 RED value IS 20 (8.2% from 255) = 10.2%

 GREEN value IS 145 (57.03% from 255) = 73.98%

 BLUE value IS 31 (12.5% from 255) = 15.82%

R = 10.2%
G = 73.98%
B = 15.82%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#14911F (or 0x14911F) is known color: Forest Green. HEX triplet: 14, 91 and 1F. RGB value is (20,145,31). Sum of RGB (Red+Green+Blue) = 20+145+31=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 145 (57.03% from 255 or 73.98% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 145 - color contains mainly: green. Hex color #14911F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14911F is #EB6EE0. Grayscale: #5E5E5E. Windows color (decimal): -15429345 or 2068756. OLE color: 2068756.

HSL color Cylindrical-coordinate representation of color #14911F: hue angle of 125.28º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14911F is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 145 31 -
CMYK 0.86 0 0.79 0.43
HSL 125.28º 0.76% 0.32% -
HSV(B) 125.28º 0.86% 0.57% -
XYZ 10.66 20.5 4.69 -
YUV 94.63 92.09 74.77 -
System Red Green Blue C M Y K H S L
Decimal 20 145 31 0.86 0 0.79 0.43 125.28 0.76 0.32
Hex 14 91 1F 56 0 4F 2B 7D 4C 20
Octal 24 221 37 126 0 117 53 175 114 40
Binary 10100 10010001 11111 1010110 0 1001111 101011 1111101 1001100 100000

Color Harmonies of #14911F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14911F

Black with #14911F

Text Example


Text Example

White with #14911F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14911F; }

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

 H1.HeaderClassName
 {
   color: #14911F;
 }
 .AnyTagClassName
 {
   color: #14911F;
 }
</style>

background-color css

<style>
 a { background-color: #14911F; }

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

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

border-color css

<style>
 span { border-color: #14911F; }

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

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