#137A17

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

Shades of Forest Green #137A17

Tints of Forest Green #137A17

Color information

#137A17 (or 0x137A17) is unknown color: approx Forest Green. HEX triplet: 13, 7A and 17. RGB value is (19,122,23). Sum of RGB (Red+Green+Blue) = 19+122+23=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 122 (48.05% from 255 or 74.39% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 122 - color contains mainly: green. Hex color #137A17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137A17 is #EC85E8. Grayscale: #505050. Windows color (decimal): -15500777 or 1538579. OLE color: 1538579.

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

Color convert

RGB1912223-
CMYK0.8400.810.52
HSL122.33º73.05%27.65%-
HSV(B)122.33º84.43%47.84%-
XYZ7.3814.123.15-
YUV79.9295.8884.55-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.59%
GREEN value IS 122 (48.05% from 255) = 74.39%
BLUE value IS 23 (9.38% from 255) = 14.02%
R=11.59%
G=74.39%
B=14.02%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19122230.8400.810.52122.3373.0527.65
Hex137A1754051347a491c
Octal231722712401216417211134
Binary100111111010101111010100010100011101001111010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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