#137B1A

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

Shades of Forest Green #137B1A

Tints of Forest Green #137B1A

Color information

#137B1A (or 0x137B1A) is unknown color: approx Forest Green. HEX triplet: 13, 7B and 1A. RGB value is (19,123,26). Sum of RGB (Red+Green+Blue) = 19+123+26=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 123 (48.44% from 255 or 73.21% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 123 - color contains mainly: green. Hex color #137B1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137B1A is #EC84E5. Grayscale: #515151. Windows color (decimal): -15500518 or 1735443. OLE color: 1735443.

HSL color Cylindrical-coordinate representation of color #137B1A: hue angle of 124.04º 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 #137B1A is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.52.

Color convert

RGB1912326-
CMYK0.8500.790.52
HSL124.04º73.24%27.84%-
HSV(B)124.04º84.55%48.24%-
XYZ7.5414.383.36-
YUV80.8597.0483.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.31%
GREEN value IS 123 (48.44% from 255) = 73.21%
BLUE value IS 26 (10.55% from 255) = 15.48%
R=11.31%
G=73.21%
B=15.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19123260.8500.790.52124.0473.2427.84
Hex137B1A5504F347c491c
Octal231733212501176417411134
Binary100111111011110101010101010011111101001111100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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