#137A1A

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

Shades of Forest Green #137A1A

Tints of Forest Green #137A1A

Color information

#137A1A (or 0x137A1A) is unknown color: approx Forest Green. HEX triplet: 13, 7A and 1A. RGB value is (19,122,26). Sum of RGB (Red+Green+Blue) = 19+122+26=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 122 (48.05% from 255 or 73.05% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 122 - color contains mainly: green. Hex color #137A1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137A1A is #EC85E5. Grayscale: #505050. Windows color (decimal): -15500774 or 1735187. OLE color: 1735187.

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

Color convert

RGB1912226-
CMYK0.8400.790.52
HSL124.08º73.05%27.65%-
HSV(B)124.08º84.43%47.84%-
XYZ7.4114.133.31-
YUV80.2697.3884.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.38%
GREEN value IS 122 (48.05% from 255) = 73.05%
BLUE value IS 26 (10.55% from 255) = 15.57%
R=11.38%
G=73.05%
B=15.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19122260.8400.790.52124.0873.0527.65
Hex137A1A5404F347c491c
Octal231723212401176417411134
Binary100111111010110101010100010011111101001111100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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