#14921B

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

Shades of Forest Green #14921B

Tints of Forest Green #14921B

Color information

#14921B (or 0x14921B) is unknown color: approx Forest Green. HEX triplet: 14, 92 and 1B. RGB value is (20,146,27). Sum of RGB (Red+Green+Blue) = 20+146+27=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 146 (57.42% from 255 or 75.65% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 146 - color contains mainly: green. Hex color #14921B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14921B is #EB6DE4. Grayscale: #5F5F5F. Windows color (decimal): -15429093 or 1806868. OLE color: 1806868.

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

Color convert

RGB2014627-
CMYK0.8600.820.43
HSL123.33º75.9%32.55%-
HSV(B)123.33º86.3%57.25%-
XYZ10.7720.794.48-
YUV94.7689.7674.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.36%
GREEN value IS 146 (57.42% from 255) = 75.65%
BLUE value IS 27 (10.94% from 255) = 13.99%
R=10.36%
G=75.65%
B=13.99%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20146270.8600.820.43123.3375.932.55
Hex14921B560522B7b4c21
Octal242223312601225317311441
Binary10100100100101101110101100101001010101111110111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14921B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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