#12962A

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

Shades of Forest Green #12962A

Tints of Forest Green #12962A

Color information

#12962A (or 0x12962A) is unknown color: approx Forest Green. HEX triplet: 12, 96 and 2A. RGB value is (18,150,42). Sum of RGB (Red+Green+Blue) = 18+150+42=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 150 (58.98% from 255 or 71.43% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 150 - color contains mainly: green. Hex color #12962A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12962A is #ED69D5. Grayscale: #626262. Windows color (decimal): -15559126 or 2790930. OLE color: 2790930.

HSL color Cylindrical-coordinate representation of color #12962A: hue angle of 130.91º 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 #12962A is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB1815042-
CMYK0.8800.720.41
HSL130.91º78.57%32.94%-
HSV(B)130.91º88%58.82%-
XYZ11.5722.115.85-
YUV98.2296.2770.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.57%
GREEN value IS 150 (58.98% from 255) = 71.43%
BLUE value IS 42 (16.80% from 255) = 20%
R=8.57%
G=71.43%
B=20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18150420.8800.720.41130.9178.5732.94
Hex12962A5804829834f21
Octal222265213001105120311741
Binary1001010010110101010101100001001000101001100000111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12962A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12962A; }

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

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

<style>
 a { background-color: #12962A; }

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

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

<style>
 span { border-color: #12962A; }

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

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