#128520

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

Shades of Forest Green #128520

Tints of Forest Green #128520

Color information

#128520 (or 0x128520) is unknown color: approx Forest Green. HEX triplet: 12, 85 and 20. RGB value is (18,133,32). Sum of RGB (Red+Green+Blue) = 18+133+32=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 133 (52.34% from 255 or 72.68% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 133 - color contains mainly: green. Hex color #128520 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128520 is #ED7ADF. Grayscale: #575757. Windows color (decimal): -15563488 or 2131218. OLE color: 2131218.

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

Color convert

RGB1813332-
CMYK0.8600.760.48
HSL127.3º76.16%29.61%-
HSV(B)127.3º86.47%52.16%-
XYZ8.917.014.18-
YUV87.196.978.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.84%
GREEN value IS 133 (52.34% from 255) = 72.68%
BLUE value IS 32 (12.89% from 255) = 17.49%
R=9.84%
G=72.68%
B=17.49%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18133320.8600.760.48127.376.1629.61
Hex1285205604C307f4c1e
Octal222054012601146017711436
Binary10010100001011000001010110010011001100001111111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128520; }

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

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

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

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

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

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

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

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