#12721A

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

Shades of Forest Green #12721A

Tints of Forest Green #12721A

Color information

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

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

Color convert

RGB1811426-
CMYK0.8400.770.55
HSL125º72.73%25.88%-
HSV(B)125º84.21%44.71%-
XYZ6.4512.243-
YUV75.26100.287.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18114260.8400.770.5512572.7325.88
Hex12721A5404D377d491a
Octal221623212401156717511132
Binary100101110010110101010100010011011101111111101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12721A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12721A; }

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

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

<style>
 a { background-color: #12721A; }

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

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

<style>
 span { border-color: #12721A; }

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

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