#12862E

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

Shades of Forest Green #12862E

Tints of Forest Green #12862E

Color information

#12862E (or 0x12862E) is unknown color: approx Forest Green. HEX triplet: 12, 86 and 2E. RGB value is (18,134,46). Sum of RGB (Red+Green+Blue) = 18+134+46=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 134 (52.73% from 255 or 67.68% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 134 - color contains mainly: green. Hex color #12862E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12862E is #ED79D1. Grayscale: #595959. Windows color (decimal): -15563218 or 3048978. OLE color: 3048978.

HSL color Cylindrical-coordinate representation of color #12862E: hue angle of 134.48º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12862E is Cyan = 0.87, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1813446-
CMYK0.8700.660.47
HSL134.48º76.32%29.8%-
HSV(B)134.48º86.57%52.55%-
XYZ9.2717.385.45-
YUV89.28103.5777.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.09%
GREEN value IS 134 (52.73% from 255) = 67.68%
BLUE value IS 46 (18.36% from 255) = 23.23%
R=9.09%
G=67.68%
B=23.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18134460.8700.660.47134.4876.3229.8
Hex12862E570422F864c1e
Octal222065612701025720611436
Binary100101000011010111010101110100001010111110000110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12862E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,134,46); }

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

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

 a { background-color: rgb(18,134,46); }

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

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

 span { border-color: rgb(18,134,46); }

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