#1A7216

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

Shades of Forest Green #1A7216

Tints of Forest Green #1A7216

Color information

#1A7216 (or 0x1A7216) is unknown color: approx Forest Green. HEX triplet: 1A, 72 and 16. RGB value is (26,114,22). Sum of RGB (Red+Green+Blue) = 26+114+22=162 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.05% from 162); Green value is 114 (44.92% from 255 or 70.37% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 114 - color contains mainly: green. Hex color #1A7216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A7216 is #E58DE9. Grayscale: #4D4D4D. Windows color (decimal): -15044074 or 1471002. OLE color: 1471002.

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

Color convert

RGB2611422-
CMYK0.7700.810.55
HSL117.39º67.65%26.67%-
HSV(B)117.39º80.7%44.71%-
XYZ6.5912.312.79-
YUV77.296.8591.48-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.05%
GREEN value IS 114 (44.92% from 255) = 70.37%
BLUE value IS 22 (8.98% from 255) = 13.58%
R=16.05%
G=70.37%
B=13.58%

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
Decimal26114220.7700.810.55117.3967.6526.67
Hex1A72164D0513775441b
Octal321622611501216716510433
Binary110101110010101101001101010100011101111110101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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