#128521

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

Shades of Forest Green #128521

Tints of Forest Green #128521

Color information

#128521 (or 0x128521) is unknown color: approx Forest Green. HEX triplet: 12, 85 and 21. RGB value is (18,133,33). Sum of RGB (Red+Green+Blue) = 18+133+33=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 133 (52.34% from 255 or 72.28% from 184); Blue value is 33 (13.28% from 255 or 17.93% from 184); Max value from RGB is 133 - color contains mainly: green. Hex color #128521 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128521 is #ED7ADE. Grayscale: #575757. Windows color (decimal): -15563487 or 2196754. OLE color: 2196754.

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

Color convert

RGB1813333-
CMYK0.8600.750.48
HSL127.83º76.16%29.61%-
HSV(B)127.83º86.47%52.16%-
XYZ8.9117.014.25-
YUV87.2297.478.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.78%
GREEN value IS 133 (52.34% from 255) = 72.28%
BLUE value IS 33 (13.28% from 255) = 17.93%
R=9.78%
G=72.28%
B=17.93%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18133330.8600.750.48127.8376.1629.61
Hex1285215604B30804c1e
Octal222054112601136020011436
Binary100101000010110000110101100100101111000010000000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128521; }

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

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

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

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

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

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

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

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