#137C1F

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

Shades of Forest Green #137C1F

Tints of Forest Green #137C1F

Color information

#137C1F (or 0x137C1F) is unknown color: approx Forest Green. HEX triplet: 13, 7C and 1F. RGB value is (19,124,31). Sum of RGB (Red+Green+Blue) = 19+124+31=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 124 (48.83% from 255 or 71.26% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 124 - color contains mainly: green. Hex color #137C1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137C1F is #EC83E0. Grayscale: #525252. Windows color (decimal): -15500257 or 2063379. OLE color: 2063379.

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

Color convert

RGB1912431-
CMYK0.8500.750.51
HSL126.86º73.43%28.04%-
HSV(B)126.86º84.68%48.63%-
XYZ7.7214.653.72-
YUV8299.2183.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.92%
GREEN value IS 124 (48.83% from 255) = 71.26%
BLUE value IS 31 (12.5% from 255) = 17.82%
R=10.92%
G=71.26%
B=17.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal19124310.8500.750.51126.8673.4328.04
Hex137C1F5504B337f491c
Octal231743712501136317711134
Binary100111111100111111010101010010111100111111111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,124,31); }

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

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

 a { background-color: rgb(19,124,31); }

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

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

 span { border-color: rgb(19,124,31); }

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