#12942D

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

Shades of Forest Green #12942D

Tints of Forest Green #12942D

Color information

#12942D (or 0x12942D) is unknown color: approx Forest Green. HEX triplet: 12, 94 and 2D. RGB value is (18,148,45). Sum of RGB (Red+Green+Blue) = 18+148+45=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 148 (58.20% from 255 or 70.14% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 148 - color contains mainly: green. Hex color #12942D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12942D is #ED6BD2. Grayscale: #616161. Windows color (decimal): -15559635 or 2987026. OLE color: 2987026.

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

Color convert

RGB1814845-
CMYK0.8800.700.42
HSL132.46º78.31%32.55%-
HSV(B)132.46º87.84%58.04%-
XYZ11.3121.56.04-
YUV97.3998.4371.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.53%
GREEN value IS 148 (58.20% from 255) = 70.14%
BLUE value IS 45 (17.97% from 255) = 21.33%
R=8.53%
G=70.14%
B=21.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18148450.8800.700.42132.4678.3132.55
Hex12942D580462A844e21
Octal222245513001065220411641
Binary1001010010100101101101100001000110101010100001001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12942D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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