#14912B

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

Shades of Forest Green #14912B

Tints of Forest Green #14912B

Color information

#14912B (or 0x14912B) is unknown color: approx Forest Green. HEX triplet: 14, 91 and 2B. RGB value is (20,145,43). Sum of RGB (Red+Green+Blue) = 20+145+43=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 145 (57.03% from 255 or 69.71% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 145 - color contains mainly: green. Hex color #14912B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14912B is #EB6ED4. Grayscale: #606060. Windows color (decimal): -15429333 or 2855188. OLE color: 2855188.

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

Color convert

RGB2014543-
CMYK0.8600.700.43
HSL131.04º75.76%32.35%-
HSV(B)131.04º86.21%56.86%-
XYZ10.8520.575.68-
YUV9698.0973.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.62%
GREEN value IS 145 (57.03% from 255) = 69.71%
BLUE value IS 43 (17.19% from 255) = 20.67%
R=9.62%
G=69.71%
B=20.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20145430.8600.700.43131.0475.7632.35
Hex14912B560462B834c20
Octal242215312601065320311440
Binary1010010010001101011101011001000110101011100000111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14912B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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