#128321

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

Shades of Forest Green #128321

Tints of Forest Green #128321

Color information

#128321 (or 0x128321) is unknown color: approx Forest Green. HEX triplet: 12, 83 and 21. RGB value is (18,131,33). Sum of RGB (Red+Green+Blue) = 18+131+33=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 131 (51.56% from 255 or 71.98% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 131 - color contains mainly: green. Hex color #128321 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128321 is #ED7CDE. Grayscale: #565656. Windows color (decimal): -15563999 or 2196242. OLE color: 2196242.

HSL color Cylindrical-coordinate representation of color #128321: hue angle of 127.96º 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 #128321 is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB1813133-
CMYK0.8600.750.49
HSL127.96º75.84%29.22%-
HSV(B)127.96º86.26%51.37%-
XYZ8.6416.474.16-
YUV86.0498.0679.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.89%
GREEN value IS 131 (51.56% from 255) = 71.98%
BLUE value IS 33 (13.28% from 255) = 18.13%
R=9.89%
G=71.98%
B=18.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18131330.8600.750.49127.9675.8429.22
Hex1283215604B31804c1d
Octal222034112601136120011435
Binary100101000001110000110101100100101111000110000000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128321; }

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

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

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

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

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

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

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

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