#12711D

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

Shades of Forest Green #12711D

Tints of Forest Green #12711D

Color information

#12711D (or 0x12711D) is unknown color: approx Forest Green. HEX triplet: 12, 71 and 1D. RGB value is (18,113,29). Sum of RGB (Red+Green+Blue) = 18+113+29=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 113 (44.53% from 255 or 70.62% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 113 - color contains mainly: green. Hex color #12711D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12711D is #ED8EE2. Grayscale: #4B4B4B. Windows color (decimal): -15568611 or 1929490. OLE color: 1929490.

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

Color convert

RGB1811329-
CMYK0.8400.740.56
HSL126.95º72.52%25.69%-
HSV(B)126.95º84.07%44.31%-
XYZ6.3812.033.15-
YUV75.02102.0387.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.25%
GREEN value IS 113 (44.53% from 255) = 70.62%
BLUE value IS 29 (11.72% from 255) = 18.12%
R=11.25%
G=70.62%
B=18.12%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18113290.8400.740.56126.9572.5225.69
Hex12711D5404A387f491a
Octal221613512401127017711132
Binary100101110001111011010100010010101110001111111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12711D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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