#1A6D10

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

Shades of Forest Green #1A6D10

Tints of Forest Green #1A6D10

Color information

#1A6D10 (or 0x1A6D10) is unknown color: approx Forest Green. HEX triplet: 1A, 6D and 10. RGB value is (26,109,16). Sum of RGB (Red+Green+Blue) = 26+109+16=151 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.22% from 151); Green value is 109 (42.97% from 255 or 72.19% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 109 - color contains mainly: green. Hex color #1A6D10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A6D10 is #E592EF. Grayscale: #494949. Windows color (decimal): -15045360 or 1076506. OLE color: 1076506.

HSL color Cylindrical-coordinate representation of color #1A6D10: hue angle of 113.55º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A6D10 is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.

Color convert

RGB2610916-
CMYK0.7600.850.57
HSL113.55º74.4%24.51%-
HSV(B)113.55º85.32%42.75%-
XYZ5.9911.192.34-
YUV73.5895.594.06-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.22%
GREEN value IS 109 (42.97% from 255) = 72.19%
BLUE value IS 16 (6.64% from 255) = 10.60%
R=17.22%
G=72.19%
B=10.60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal26109160.7600.850.57113.5574.424.51
Hex1A6D104C05539724a19
Octal321552011401257116211231
Binary110101101101100001001100010101011110011110010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,109,16); }

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

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

 a { background-color: rgb(26,109,16); }

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

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

 span { border-color: rgb(26,109,16); }

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