#14801A

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

Shades of Forest Green #14801A

Tints of Forest Green #14801A

Color information

#14801A (or 0x14801A) is unknown color: approx Forest Green. HEX triplet: 14, 80 and 1A. RGB value is (20,128,26). Sum of RGB (Red+Green+Blue) = 20+128+26=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 128 (50.39% from 255 or 73.56% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 128 - color contains mainly: green. Hex color #14801A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14801A is #EB7FE5. Grayscale: #545454. Windows color (decimal): -15433702 or 1736724. OLE color: 1736724.

HSL color Cylindrical-coordinate representation of color #14801A: hue angle of 123.33º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14801A is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB2012826-
CMYK0.8400.800.50
HSL123.33º72.97%29.02%-
HSV(B)123.33º84.38%50.2%-
XYZ8.1915.663.57-
YUV84.0895.2282.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.49%
GREEN value IS 128 (50.39% from 255) = 73.56%
BLUE value IS 26 (10.55% from 255) = 14.94%
R=11.49%
G=73.56%
B=14.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal20128260.8400.800.50123.3372.9729.02
Hex14801A54050327b491d
Octal242003212401206217311135
Binary1010010000000110101010100010100001100101111011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14801A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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