#1A7316

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

Shades of Forest Green #1A7316

Tints of Forest Green #1A7316

Color information

#1A7316 (or 0x1A7316) is unknown color: approx Forest Green. HEX triplet: 1A, 73 and 16. RGB value is (26,115,22). Sum of RGB (Red+Green+Blue) = 26+115+22=163 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.95% from 163); Green value is 115 (45.31% from 255 or 70.55% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 115 - color contains mainly: green. Hex color #1A7316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A7316 is #E58CE9. Grayscale: #4E4E4E. Windows color (decimal): -15043818 or 1471258. OLE color: 1471258.

HSL color Cylindrical-coordinate representation of color #1A7316: hue angle of 117.42º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A7316 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB2611522-
CMYK0.7700.810.55
HSL117.42º67.88%26.86%-
HSV(B)117.42º80.87%45.1%-
XYZ6.712.542.83-
YUV77.7996.5191.06-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.95%
GREEN value IS 115 (45.31% from 255) = 70.55%
BLUE value IS 22 (8.98% from 255) = 13.50%
R=15.95%
G=70.55%
B=13.50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26115220.7700.810.55117.4267.8826.86
Hex1A73164D0513775441b
Octal321632611501216716510433
Binary110101110011101101001101010100011101111110101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,115,22); }

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

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

 a { background-color: rgb(26,115,22); }

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

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

 span { border-color: rgb(26,115,22); }

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