#128516

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

Shades of Forest Green #128516

Tints of Forest Green #128516

Color information

#128516 (or 0x128516) is unknown color: approx Forest Green. HEX triplet: 12, 85 and 16. RGB value is (18,133,22). Sum of RGB (Red+Green+Blue) = 18+133+22=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 133 (52.34% from 255 or 76.88% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 133 - color contains mainly: green. Hex color #128516 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128516 is #ED7AE9. Grayscale: #565656. Windows color (decimal): -15563498 or 1475858. OLE color: 1475858.

HSL color Cylindrical-coordinate representation of color #128516: hue angle of 122.09º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128516 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB1813322-
CMYK0.8600.830.48
HSL122.09º76.16%29.61%-
HSV(B)122.09º86.47%52.16%-
XYZ8.7816.963.57-
YUV85.9691.979.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.40%
GREEN value IS 133 (52.34% from 255) = 76.88%
BLUE value IS 22 (8.98% from 255) = 12.72%
R=10.40%
G=76.88%
B=12.72%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18133220.8600.830.48122.0976.1629.61
Hex12851656053307a4c1e
Octal222052612601236017211436
Binary1001010000101101101010110010100111100001111010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128516; }

 p { color: rgb(18,133,22); }

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

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

 a { background-color: rgb(18,133,22); }

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

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

 span { border-color: rgb(18,133,22); }

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