#139417

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

Shades of Forest Green #139417

Tints of Forest Green #139417

Color information

#139417 (or 0x139417) is unknown color: approx Forest Green. HEX triplet: 13, 94 and 17. RGB value is (19,148,23). Sum of RGB (Red+Green+Blue) = 19+148+23=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 148 (58.20% from 255 or 77.89% from 190); Blue value is 23 (9.38% from 255 or 12.11% from 190); Max value from RGB is 148 - color contains mainly: green. Hex color #139417 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139417 is #EC6BE8. Grayscale: #5F5F5F. Windows color (decimal): -15494121 or 1545235. OLE color: 1545235.

HSL color Cylindrical-coordinate representation of color #139417: hue angle of 121.86º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139417 is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB1914823-
CMYK0.8700.840.42
HSL121.86º77.25%32.75%-
HSV(B)121.86º87.16%58.04%-
XYZ11.0121.384.36-
YUV95.1887.2673.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10%
GREEN value IS 148 (58.20% from 255) = 77.89%
BLUE value IS 23 (9.38% from 255) = 12.11%
R=10%
G=77.89%
B=12.11%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19148230.8700.840.42121.8677.2532.75
Hex139417570542A7a4d21
Octal232242712701245217211541
Binary10011100101001011110101110101010010101011110101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139417; }

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

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

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

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

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

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

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

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