#12951E

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

Shades of Forest Green #12951E

Tints of Forest Green #12951E

Color information

#12951E (or 0x12951E) is unknown color: approx Forest Green. HEX triplet: 12, 95 and 1E. RGB value is (18,149,30). Sum of RGB (Red+Green+Blue) = 18+149+30=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 149 (58.59% from 255 or 75.63% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 149 - color contains mainly: green. Hex color #12951E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12951E is #ED6AE1. Grayscale: #606060. Windows color (decimal): -15559394 or 2004242. OLE color: 2004242.

HSL color Cylindrical-coordinate representation of color #12951E: hue angle of 125.5º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12951E is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB1814930-
CMYK0.8800.800.42
HSL125.5º78.44%32.75%-
HSV(B)125.5º87.92%58.43%-
XYZ11.2321.724.83-
YUV96.2690.672.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.14%
GREEN value IS 149 (58.59% from 255) = 75.63%
BLUE value IS 30 (12.11% from 255) = 15.23%
R=9.14%
G=75.63%
B=15.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18149300.8800.800.42125.578.4432.75
Hex12951E580502A7d4e21
Octal222253613001205217511641
Binary10010100101011111010110000101000010101011111011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12951E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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