#12962B

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

Shades of Forest Green #12962B

Tints of Forest Green #12962B

Color information

#12962B (or 0x12962B) is unknown color: approx Forest Green. HEX triplet: 12, 96 and 2B. RGB value is (18,150,43). Sum of RGB (Red+Green+Blue) = 18+150+43=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 150 (58.98% from 255 or 71.09% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 150 - color contains mainly: green. Hex color #12962B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12962B is #ED69D4. Grayscale: #626262. Windows color (decimal): -15559125 or 2856466. OLE color: 2856466.

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

Color convert

RGB1815043-
CMYK0.8800.710.41
HSL131.36º78.57%32.94%-
HSV(B)131.36º88%58.82%-
XYZ11.5922.125.94-
YUV98.3396.7770.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.53%
GREEN value IS 150 (58.98% from 255) = 71.09%
BLUE value IS 43 (17.19% from 255) = 20.38%
R=8.53%
G=71.09%
B=20.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18150430.8800.710.41131.3678.5732.94
Hex12962B5804729834f21
Octal222265313001075120311741
Binary1001010010110101011101100001000111101001100000111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12962B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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