#12701A

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

Shades of Forest Green #12701A

Tints of Forest Green #12701A

Color information

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

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

Color convert

RGB1811226-
CMYK0.8400.770.56
HSL125.11º72.31%25.49%-
HSV(B)125.11º83.93%43.92%-
XYZ6.2311.792.92-
YUV74.09100.8687.99-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18112260.8400.770.56125.1172.3125.49
Hex12701A5404D387d4819
Octal221603212401157017511031
Binary100101110000110101010100010011011110001111101100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12701A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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