Html Css Color HEX #14711B Forest Green

📋 copy color: '#14711B'

red 20 ◦ green 113 ◦ blue 27

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

Shades of Forest Green #14711B

Tints of Forest Green #14711B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 70.63%

 BLUE value IS 27 (10.94% from 255) = 16.88%

R = 12.5%
G = 70.63%
B = 16.88%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#14711B (or 0x14711B) is known color: Forest Green. HEX triplet: 14, 71 and 1B. RGB value is (20,113,27). Sum of RGB (Red+Green+Blue) = 20+113+27=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 113 (44.53% from 255 or 70.62% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 113 - color contains mainly: green. Hex color #14711B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14711B is #EB8EE4. Grayscale: #4B4B4B. Windows color (decimal): -15437541 or 1798420. OLE color: 1798420.

HSL color Cylindrical-coordinate representation of color #14711B: hue angle of 124.52º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14711B is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 113 27 -
CMYK 0.82 0 0.76 0.56
HSL 124.52º 0.7% 0.26% -
HSV(B) 124.52º 0.82% 0.44% -
XYZ 6.39 12.04 3.02 -
YUV 75.39 100.69 88.49 -
System Red Green Blue C M Y K H S L
Decimal 20 113 27 0.82 0 0.76 0.56 124.52 0.7 0.26
Hex 14 71 1B 52 0 4C 38 7D 46 1A
Octal 24 161 33 122 0 114 70 175 106 32
Binary 10100 1110001 11011 1010010 0 1001100 111000 1111101 1000110 11010

Color Harmonies of #14711B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14711B

Black with #14711B

Text Example


Text Example

White with #14711B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14711B; }

 p { color: rgb(20,113,27); }

 H1.HeaderClassName
 {
   color: #14711B;
 }
 .AnyTagClassName
 {
   color: #14711B;
 }
</style>

background-color css

<style>
 a { background-color: #14711B; }

 a { background-color: rgb(20,113,27); }

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

border-color css

<style>
 span { border-color: #14711B; }

 span { border-color: rgb(20,113,27); }

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