#12832B

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

Shades of Forest Green #12832B

Tints of Forest Green #12832B

Color information

#12832B (or 0x12832B) is unknown color: approx Forest Green. HEX triplet: 12, 83 and 2B. RGB value is (18,131,43). Sum of RGB (Red+Green+Blue) = 18+131+43=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 131 (51.56% from 255 or 68.23% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 131 - color contains mainly: green. Hex color #12832B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12832B is #ED7CD4. Grayscale: #575757. Windows color (decimal): -15563989 or 2851602. OLE color: 2851602.

HSL color Cylindrical-coordinate representation of color #12832B: hue angle of 133.27º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12832B is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB1813143-
CMYK0.8600.670.49
HSL133.27º75.84%29.22%-
HSV(B)133.27º86.26%51.37%-
XYZ8.816.545.01-
YUV87.18103.0678.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.38%
GREEN value IS 131 (51.56% from 255) = 68.23%
BLUE value IS 43 (17.19% from 255) = 22.40%
R=9.38%
G=68.23%
B=22.40%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18131430.8600.670.49133.2775.8429.22
Hex12832B5604331854c1d
Octal222035312601036120511435
Binary100101000001110101110101100100001111000110000101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12832B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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