#1A7212

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

Shades of Forest Green #1A7212

Tints of Forest Green #1A7212

Color information

#1A7212 (or 0x1A7212) is unknown color: approx Forest Green. HEX triplet: 1A, 72 and 12. RGB value is (26,114,18). Sum of RGB (Red+Green+Blue) = 26+114+18=158 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.46% from 158); Green value is 114 (44.92% from 255 or 72.15% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 114 - color contains mainly: green. Hex color #1A7212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A7212 is #E58DED. Grayscale: #4D4D4D. Windows color (decimal): -15044078 or 1208858. OLE color: 1208858.

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

Color convert

RGB2611418-
CMYK0.7700.840.55
HSL115º72.73%25.88%-
HSV(B)115º84.21%44.71%-
XYZ6.5512.32.6-
YUV76.7494.8591.81-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.46%
GREEN value IS 114 (44.92% from 255) = 72.15%
BLUE value IS 18 (7.42% from 255) = 11.39%
R=16.46%
G=72.15%
B=11.39%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26114180.7700.840.5511572.7325.88
Hex1A72124D0543773491a
Octal321622211501246716311132
Binary110101110010100101001101010101001101111110011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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