#12961E

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

Shades of Forest Green #12961E

Tints of Forest Green #12961E

Color information

#12961E (or 0x12961E) is unknown color: approx Forest Green. HEX triplet: 12, 96 and 1E. RGB value is (18,150,30). Sum of RGB (Red+Green+Blue) = 18+150+30=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 150 (58.98% from 255 or 75.76% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 150 - color contains mainly: green. Hex color #12961E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12961E is #ED69E1. Grayscale: #616161. Windows color (decimal): -15559138 or 2004498. OLE color: 2004498.

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

Color convert

RGB1815030-
CMYK0.8800.800.41
HSL125.45º78.57%32.94%-
HSV(B)125.45º88%58.82%-
XYZ11.3922.044.88-
YUV96.8590.2771.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.09%
GREEN value IS 150 (58.98% from 255) = 75.76%
BLUE value IS 30 (12.11% from 255) = 15.15%
R=9.09%
G=75.76%
B=15.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18150300.8800.800.41125.4578.5732.94
Hex12961E58050297d4f21
Octal222263613001205117511741
Binary10010100101101111010110000101000010100111111011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12961E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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