#128513

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

Shades of Forest Green #128513

Tints of Forest Green #128513

Color information

#128513 (or 0x128513) is unknown color: approx Forest Green. HEX triplet: 12, 85 and 13. RGB value is (18,133,19). Sum of RGB (Red+Green+Blue) = 18+133+19=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 133 (52.34% from 255 or 78.24% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 133 - color contains mainly: green. Hex color #128513 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128513 is #ED7AEC. Grayscale: #555555. Windows color (decimal): -15563501 or 1279250. OLE color: 1279250.

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

Color convert

RGB1813319-
CMYK0.8600.860.48
HSL120.52º76.16%29.61%-
HSV(B)120.52º86.47%52.16%-
XYZ8.7516.953.43-
YUV85.6290.479.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.59%
GREEN value IS 133 (52.34% from 255) = 78.24%
BLUE value IS 19 (7.81% from 255) = 11.18%
R=10.59%
G=78.24%
B=11.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18133190.8600.860.48120.5276.1629.61
Hex1285135605630794c1e
Octal222052312601266017111436
Binary1001010000101100111010110010101101100001111001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128513; }

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

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

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

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

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

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

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

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