#12721C

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

Shades of Forest Green #12721C

Tints of Forest Green #12721C

Color information

#12721C (or 0x12721C) is unknown color: approx Forest Green. HEX triplet: 12, 72 and 1C. RGB value is (18,114,28). Sum of RGB (Red+Green+Blue) = 18+114+28=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 114 (44.92% from 255 or 71.25% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 114 - color contains mainly: green. Hex color #12721C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12721C is #ED8DE3. Grayscale: #4B4B4B. Windows color (decimal): -15568356 or 1864210. OLE color: 1864210.

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

Color convert

RGB1811428-
CMYK0.8400.750.55
HSL126.25º72.73%25.88%-
HSV(B)126.25º84.21%44.71%-
XYZ6.4812.253.12-
YUV75.49101.286.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.25%
GREEN value IS 114 (44.92% from 255) = 71.25%
BLUE value IS 28 (11.33% from 255) = 17.5%
R=11.25%
G=71.25%
B=17.5%

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
Decimal18114280.8400.750.55126.2572.7325.88
Hex12721C5404B377e491a
Octal221623412401136717611132
Binary100101110010111001010100010010111101111111110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12721C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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