#14921A

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

Shades of Forest Green #14921A

Tints of Forest Green #14921A

Color information

#14921A (or 0x14921A) is unknown color: approx Forest Green. HEX triplet: 14, 92 and 1A. RGB value is (20,146,26). Sum of RGB (Red+Green+Blue) = 20+146+26=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 146 (57.42% from 255 or 76.04% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 146 - color contains mainly: green. Hex color #14921A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14921A is #EB6DE5. Grayscale: #5F5F5F. Windows color (decimal): -15429094 or 1741332. OLE color: 1741332.

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

Color convert

RGB2014626-
CMYK0.8600.820.43
HSL122.86º75.9%32.55%-
HSV(B)122.86º86.3%57.25%-
XYZ10.7520.784.42-
YUV94.6589.2674.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.42%
GREEN value IS 146 (57.42% from 255) = 76.04%
BLUE value IS 26 (10.55% from 255) = 13.54%
R=10.42%
G=76.04%
B=13.54%

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
Decimal20146260.8600.820.43122.8675.932.55
Hex14921A560522B7b4c21
Octal242223212601225317311441
Binary10100100100101101010101100101001010101111110111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14921A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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