#137B14

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

Shades of Forest Green #137B14

Tints of Forest Green #137B14

Color information

#137B14 (or 0x137B14) is unknown color: approx Forest Green. HEX triplet: 13, 7B and 14. RGB value is (19,123,20). Sum of RGB (Red+Green+Blue) = 19+123+20=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 123 (48.44% from 255 or 75.93% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 123 - color contains mainly: green. Hex color #137B14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137B14 is #EC84EB. Grayscale: #505050. Windows color (decimal): -15500524 or 1342227. OLE color: 1342227.

HSL color Cylindrical-coordinate representation of color #137B14: hue angle of 120.58º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137B14 is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB1912320-
CMYK0.8500.840.52
HSL120.58º73.24%27.84%-
HSV(B)120.58º84.55%48.24%-
XYZ7.4814.353.04-
YUV80.1694.0484.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.73%
GREEN value IS 123 (48.44% from 255) = 75.93%
BLUE value IS 20 (8.20% from 255) = 12.35%
R=11.73%
G=75.93%
B=12.35%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19123200.8500.840.52120.5873.2427.84
Hex137B14550543479491c
Octal231732412501246417111134
Binary100111111011101001010101010101001101001111001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137B14; }

 p { color: rgb(19,123,20); }

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

<style>
 a { background-color: #137B14; }

 a { background-color: rgb(19,123,20); }

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

<style>
 span { border-color: #137B14; }

 span { border-color: rgb(19,123,20); }

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