#12791E

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

Shades of Forest Green #12791E

Tints of Forest Green #12791E

Color information

#12791E (or 0x12791E) is unknown color: approx Forest Green. HEX triplet: 12, 79 and 1E. RGB value is (18,121,30). Sum of RGB (Red+Green+Blue) = 18+121+30=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 121 (47.66% from 255 or 71.60% from 169); Blue value is 30 (12.11% from 255 or 17.75% from 169); Max value from RGB is 121 - color contains mainly: green. Hex color #12791E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12791E is #ED86E1. Grayscale: #505050. Windows color (decimal): -15566562 or 1997074. OLE color: 1997074.

HSL color Cylindrical-coordinate representation of color #12791E: hue angle of 126.99º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12791E is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB1812130-
CMYK0.8500.750.53
HSL126.99º74.1%27.25%-
HSV(B)126.99º85.12%47.45%-
XYZ7.3213.93.52-
YUV79.8399.8883.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.65%
GREEN value IS 121 (47.66% from 255) = 71.60%
BLUE value IS 30 (12.11% from 255) = 17.75%
R=10.65%
G=71.60%
B=17.75%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18121300.8500.750.53126.9974.127.25
Hex12791E5504B357f4a1b
Octal221713612501136517711233
Binary100101111001111101010101010010111101011111111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12791E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12791E; }

 p { color: rgb(18,121,30); }

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

<style>
 a { background-color: #12791E; }

 a { background-color: rgb(18,121,30); }

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

<style>
 span { border-color: #12791E; }

 span { border-color: rgb(18,121,30); }

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