#1A7012

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

Shades of Forest Green #1A7012

Tints of Forest Green #1A7012

Color information

#1A7012 (or 0x1A7012) is unknown color: approx Forest Green. HEX triplet: 1A, 70 and 12. RGB value is (26,112,18). Sum of RGB (Red+Green+Blue) = 26+112+18=156 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.67% from 156); Green value is 112 (44.14% from 255 or 71.79% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 112 - color contains mainly: green. Hex color #1A7012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A7012 is #E58FED. Grayscale: #4B4B4B. Windows color (decimal): -15044590 or 1208346. OLE color: 1208346.

HSL color Cylindrical-coordinate representation of color #1A7012: hue angle of 114.89º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A7012 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB2611218-
CMYK0.7700.840.56
HSL114.89º72.31%25.49%-
HSV(B)114.89º83.93%43.92%-
XYZ6.3311.852.53-
YUV75.5795.5192.64-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.67%
GREEN value IS 112 (44.14% from 255) = 71.79%
BLUE value IS 18 (7.42% from 255) = 11.54%
R=16.67%
G=71.79%
B=11.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26112180.7700.840.56114.8972.3125.49
Hex1A70124D05438734819
Octal321602211501247016311031
Binary110101110000100101001101010101001110001110011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,112,18); }

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

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

 a { background-color: rgb(26,112,18); }

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

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

 span { border-color: rgb(26,112,18); }

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