#1A860F

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

Shades of Forest Green #1A860F

Tints of Forest Green #1A860F

Color information

#1A860F (or 0x1A860F) is unknown color: approx Forest Green. HEX triplet: 1A, 86 and 0F. RGB value is (26,134,15). Sum of RGB (Red+Green+Blue) = 26+134+15=175 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.86% from 175); Green value is 134 (52.73% from 255 or 76.57% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 134 - color contains mainly: green. Hex color #1A860F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A860F is #E579F0. Grayscale: #585858. Windows color (decimal): -15038961 or 1017370. OLE color: 1017370.

HSL color Cylindrical-coordinate representation of color #1A860F: hue angle of 114.45º 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 #1A860F is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB2613415-
CMYK0.8100.890.47
HSL114.45º79.87%29.22%-
HSV(B)114.45º88.81%52.55%-
XYZ9.0417.33.32-
YUV88.1486.7283.68-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.86%
GREEN value IS 134 (52.73% from 255) = 76.57%
BLUE value IS 15 (6.25% from 255) = 8.57%
R=14.86%
G=76.57%
B=8.57%

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
Decimal26134150.8100.890.47114.4579.8729.22
Hex1A86F510592F72501d
Octal322061712101315716212035
Binary110101000011011111010001010110011011111110010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A860F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A860F; }

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

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

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

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

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

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

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

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