#14871B

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

Shades of Forest Green #14871B

Tints of Forest Green #14871B

Color information

#14871B (or 0x14871B) is unknown color: approx Forest Green. HEX triplet: 14, 87 and 1B. RGB value is (20,135,27). Sum of RGB (Red+Green+Blue) = 20+135+27=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 135 (53.12% from 255 or 74.18% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 135 - color contains mainly: green. Hex color #14871B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14871B is #EB78E4. Grayscale: #585858. Windows color (decimal): -15431909 or 1804052. OLE color: 1804052.

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

Color convert

RGB2013527-
CMYK0.8500.80.47
HSL123.65º74.19%30.39%-
HSV(B)123.65º85.19%52.94%-
XYZ9.1517.563.94-
YUV88.393.479.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.99%
GREEN value IS 135 (53.12% from 255) = 74.18%
BLUE value IS 27 (10.94% from 255) = 14.84%
R=10.99%
G=74.18%
B=14.84%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal20135270.8500.80.47123.6574.1930.39
Hex14871B550502F7c4a1e
Octal242073312501205717411236
Binary1010010000111110111010101010100001011111111100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14871B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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