#14861B

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

Shades of Forest Green #14861B

Tints of Forest Green #14861B

Color information

#14861B (or 0x14861B) is unknown color: approx Forest Green. HEX triplet: 14, 86 and 1B. RGB value is (20,134,27). Sum of RGB (Red+Green+Blue) = 20+134+27=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 134 (52.73% from 255 or 74.03% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 134 - color contains mainly: green. Hex color #14861B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14861B is #EB79E4. Grayscale: #585858. Windows color (decimal): -15432165 or 1803796. OLE color: 1803796.

HSL color Cylindrical-coordinate representation of color #14861B: hue angle of 123.68º 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 #14861B is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB2013427-
CMYK0.8500.800.47
HSL123.68º74.03%30.2%-
HSV(B)123.68º85.07%52.55%-
XYZ9.0117.283.9-
YUV87.7293.7379.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.05%
GREEN value IS 134 (52.73% from 255) = 74.03%
BLUE value IS 27 (10.94% from 255) = 14.92%
R=11.05%
G=74.03%
B=14.92%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal20134270.8500.800.47123.6874.0330.2
Hex14861B550502F7c4a1e
Octal242063312501205717411236
Binary1010010000110110111010101010100001011111111100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14861B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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