#12721D

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

Shades of Forest Green #12721D

Tints of Forest Green #12721D

Color information

#12721D (or 0x12721D) is unknown color: approx Forest Green. HEX triplet: 12, 72 and 1D. RGB value is (18,114,29). Sum of RGB (Red+Green+Blue) = 18+114+29=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 114 (44.92% from 255 or 70.81% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 114 - color contains mainly: green. Hex color #12721D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12721D is #ED8DE2. Grayscale: #4B4B4B. Windows color (decimal): -15568355 or 1929746. OLE color: 1929746.

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

Color convert

RGB1811429-
CMYK0.8400.750.55
HSL126.88º72.73%25.88%-
HSV(B)126.88º84.21%44.71%-
XYZ6.4912.253.19-
YUV75.61101.786.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.18%
GREEN value IS 114 (44.92% from 255) = 70.81%
BLUE value IS 29 (11.72% from 255) = 18.01%
R=11.18%
G=70.81%
B=18.01%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18114290.8400.750.55126.8872.7325.88
Hex12721D5404B377f491a
Octal221623512401136717711132
Binary100101110010111011010100010010111101111111111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12721D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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