Html Css Color HEX #14911B Forest Green

📋 copy color: '#14911B'

red 20 ◦ green 145 ◦ blue 27

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

Shades of Forest Green #14911B

Tints of Forest Green #14911B

RGB

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

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

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

R = 10.42%
G = 75.52%
B = 14.06%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#14911B (or 0x14911B) is known color: Forest Green. HEX triplet: 14, 91 and 1B. RGB value is (20,145,27). Sum of RGB (Red+Green+Blue) = 20+145+27=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 145 (57.03% from 255 or 75.52% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 145 - color contains mainly: green. Hex color #14911B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14911B is #EB6EE4. Grayscale: #5E5E5E. Windows color (decimal): -15429349 or 1806612. OLE color: 1806612.

HSL color Cylindrical-coordinate representation of color #14911B: hue angle of 123.36º 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 #14911B is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 145 27 -
CMYK 0.86 0 0.81 0.43
HSL 123.36º 0.76% 0.32% -
HSV(B) 123.36º 0.86% 0.57% -
XYZ 10.61 20.48 4.43 -
YUV 94.17 90.09 75.09 -
System Red Green Blue C M Y K H S L
Decimal 20 145 27 0.86 0 0.81 0.43 123.36 0.76 0.32
Hex 14 91 1B 56 0 51 2B 7B 4C 20
Octal 24 221 33 126 0 121 53 173 114 40
Binary 10100 10010001 11011 1010110 0 1010001 101011 1111011 1001100 100000

Color Harmonies of #14911B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14911B

Black with #14911B

Text Example


Text Example

White with #14911B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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