#12861D

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

Shades of Forest Green #12861D

Tints of Forest Green #12861D

Color information

#12861D (or 0x12861D) is unknown color: approx Forest Green. HEX triplet: 12, 86 and 1D. RGB value is (18,134,29). Sum of RGB (Red+Green+Blue) = 18+134+29=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 134 (52.73% from 255 or 74.03% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 134 - color contains mainly: green. Hex color #12861D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12861D is #ED79E2. Grayscale: #575757. Windows color (decimal): -15563235 or 1934866. OLE color: 1934866.

HSL color Cylindrical-coordinate representation of color #12861D: hue angle of 125.69º 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 #12861D is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB1813429-
CMYK0.8700.780.47
HSL125.69º76.32%29.8%-
HSV(B)125.69º86.57%52.55%-
XYZ917.274.02-
YUV87.3595.0778.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.94%
GREEN value IS 134 (52.73% from 255) = 74.03%
BLUE value IS 29 (11.72% from 255) = 16.02%
R=9.94%
G=74.03%
B=16.02%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18134290.8700.780.47125.6976.3229.8
Hex12861D5704E2F7e4c1e
Octal222063512701165717611436
Binary1001010000110111011010111010011101011111111110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12861D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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