#138016

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

Shades of Forest Green #138016

Tints of Forest Green #138016

Color information

#138016 (or 0x138016) is unknown color: approx Forest Green. HEX triplet: 13, 80 and 16. RGB value is (19,128,22). Sum of RGB (Red+Green+Blue) = 19+128+22=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 128 (50.39% from 255 or 75.74% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 128 - color contains mainly: green. Hex color #138016 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138016 is #EC7FE9. Grayscale: #535353. Windows color (decimal): -15499242 or 1474579. OLE color: 1474579.

HSL color Cylindrical-coordinate representation of color #138016: hue angle of 121.65º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138016 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB1912822-
CMYK0.8500.830.50
HSL121.65º74.15%28.82%-
HSV(B)121.65º85.16%50.2%-
XYZ8.1315.633.35-
YUV83.3293.3982.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.24%
GREEN value IS 128 (50.39% from 255) = 75.74%
BLUE value IS 22 (8.98% from 255) = 13.02%
R=11.24%
G=75.74%
B=13.02%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal19128220.8500.830.50121.6574.1528.82
Hex13801655053327a4a1d
Octal232002612501236217211235
Binary1001110000000101101010101010100111100101111010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138016; }

 p { color: rgb(19,128,22); }

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

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

 a { background-color: rgb(19,128,22); }

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

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

 span { border-color: rgb(19,128,22); }

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