#12711A

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

Shades of Forest Green #12711A

Tints of Forest Green #12711A

Color information

#12711A (or 0x12711A) is unknown color: approx Forest Green. HEX triplet: 12, 71 and 1A. RGB value is (18,113,26). Sum of RGB (Red+Green+Blue) = 18+113+26=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 113 (44.53% from 255 or 71.97% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 113 - color contains mainly: green. Hex color #12711A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12711A is #ED8EE5. Grayscale: #4A4A4A. Windows color (decimal): -15568614 or 1732882. OLE color: 1732882.

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

Color convert

RGB1811326-
CMYK0.8400.770.56
HSL125.05º72.52%25.69%-
HSV(B)125.05º84.07%44.31%-
XYZ6.3412.012.96-
YUV74.68100.5387.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 113 (44.53% from 255) = 71.97%
BLUE value IS 26 (10.55% from 255) = 16.56%
R=11.46%
G=71.97%
B=16.56%

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
Decimal18113260.8400.770.56125.0572.5225.69
Hex12711A5404D387d491a
Octal221613212401157017511132
Binary100101110001110101010100010011011110001111101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12711A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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