#12941E

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

Shades of Forest Green #12941E

Tints of Forest Green #12941E

Color information

#12941E (or 0x12941E) is unknown color: approx Forest Green. HEX triplet: 12, 94 and 1E. RGB value is (18,148,30). Sum of RGB (Red+Green+Blue) = 18+148+30=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 148 (58.20% from 255 or 75.51% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 148 - color contains mainly: green. Hex color #12941E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12941E is #ED6BE1. Grayscale: #606060. Windows color (decimal): -15559650 or 2003986. OLE color: 2003986.

HSL color Cylindrical-coordinate representation of color #12941E: hue angle of 125.54º 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 #12941E is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB1814830-
CMYK0.8800.800.42
HSL125.54º78.31%32.55%-
HSV(B)125.54º87.84%58.04%-
XYZ11.0721.44.78-
YUV95.6890.9372.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.18%
GREEN value IS 148 (58.20% from 255) = 75.51%
BLUE value IS 30 (12.11% from 255) = 15.31%
R=9.18%
G=75.51%
B=15.31%

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
Decimal18148300.8800.800.42125.5478.3132.55
Hex12941E580502A7e4e21
Octal222243613001205217611641
Binary10010100101001111010110000101000010101011111101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12941E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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