#14901B

Color #14901B Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #14901B

Tints of Forest Green #14901B

Color information

#14901B (or 0x14901B) is unknown color: approx Forest Green. HEX triplet: 14, 90 and 1B. RGB value is (20,144,27). Sum of RGB (Red+Green+Blue) = 20+144+27=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 144 (56.64% from 255 or 75.39% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 144 - color contains mainly: green. Hex color #14901B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14901B is #EB6FE4. Grayscale: #5D5D5D. Windows color (decimal): -15429605 or 1806356. OLE color: 1806356.

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

Color convert

RGB2014427-
CMYK0.8600.810.44
HSL123.39º75.61%32.16%-
HSV(B)123.39º86.11%56.47%-
XYZ10.4620.174.38-
YUV93.5990.4275.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.47%
GREEN value IS 144 (56.64% from 255) = 75.39%
BLUE value IS 27 (10.94% from 255) = 14.14%
R=10.47%
G=75.39%
B=14.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20144270.8600.810.44123.3975.6132.16
Hex14901B560512C7b4c20
Octal242203312601215417311440
Binary10100100100001101110101100101000110110011110111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14901B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #14901B;
 }
 .AnyTagClassName
 {
   color: #14901B;
 }
</style>
background-color css

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

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

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

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

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

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