#19860F

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

Shades of Forest Green #19860F

Tints of Forest Green #19860F

Color information

#19860F (or 0x19860F) is unknown color: approx Forest Green. HEX triplet: 19, 86 and 0F. RGB value is (25,134,15). Sum of RGB (Red+Green+Blue) = 25+134+15=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 134 (52.73% from 255 or 77.01% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 134 - color contains mainly: green. Hex color #19860F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19860F is #E679F0. Grayscale: #585858. Windows color (decimal): -15104497 or 1017369. OLE color: 1017369.

HSL color Cylindrical-coordinate representation of color #19860F: hue angle of 114.96º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19860F is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB2513415-
CMYK0.8100.890.47
HSL114.96º79.87%29.22%-
HSV(B)114.96º88.81%52.55%-
XYZ9.0117.293.31-
YUV87.8486.8983.18-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.37%
GREEN value IS 134 (52.73% from 255) = 77.01%
BLUE value IS 15 (6.25% from 255) = 8.62%
R=14.37%
G=77.01%
B=8.62%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal25134150.8100.890.47114.9679.8729.22
Hex1986F510592F73501d
Octal312061712101315716312035
Binary110011000011011111010001010110011011111110011101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19860F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19860F; }

 p { color: rgb(25,134,15); }

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

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

 a { background-color: rgb(25,134,15); }

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

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

 span { border-color: rgb(25,134,15); }

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