#14851B

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

Shades of Forest Green #14851B

Tints of Forest Green #14851B

Color information

#14851B (or 0x14851B) is unknown color: approx Forest Green. HEX triplet: 14, 85 and 1B. RGB value is (20,133,27). Sum of RGB (Red+Green+Blue) = 20+133+27=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 133 (52.34% from 255 or 73.89% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 133 - color contains mainly: green. Hex color #14851B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14851B is #EB7AE4. Grayscale: #575757. Windows color (decimal): -15432421 or 1803540. OLE color: 1803540.

HSL color Cylindrical-coordinate representation of color #14851B: hue angle of 123.72º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14851B is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB2013327-
CMYK0.8500.800.48
HSL123.72º73.86%30%-
HSV(B)123.72º84.96%52.16%-
XYZ8.87173.85-
YUV87.1394.0680.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.11%
GREEN value IS 133 (52.34% from 255) = 73.89%
BLUE value IS 27 (10.94% from 255) = 15%
R=11.11%
G=73.89%
B=15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal20133270.8500.800.48123.7273.8630
Hex14851B55050307c4a1e
Octal242053312501206017411236
Binary1010010000101110111010101010100001100001111100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14851B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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