#128710

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

Shades of Forest Green #128710

Tints of Forest Green #128710

Color information

#128710 (or 0x128710) is unknown color: approx Forest Green. HEX triplet: 12, 87 and 10. RGB value is (18,135,16). Sum of RGB (Red+Green+Blue) = 18+135+16=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 135 (53.12% from 255 or 79.88% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 135 - color contains mainly: green. Hex color #128710 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128710 is #ED78EF. Grayscale: #565656. Windows color (decimal): -15562992 or 1083154. OLE color: 1083154.

HSL color Cylindrical-coordinate representation of color #128710: hue angle of 118.99º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #128710 is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB1813516-
CMYK0.8700.880.47
HSL118.99º78.81%29.61%-
HSV(B)118.99º88.15%52.94%-
XYZ9.0117.493.39-
YUV86.4588.2479.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.65%
GREEN value IS 135 (53.12% from 255) = 79.88%
BLUE value IS 16 (6.64% from 255) = 9.47%
R=10.65%
G=79.88%
B=9.47%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18135160.8700.880.47118.9978.8129.61
Hex128710570582F774f1e
Octal222072012701305716711736
Binary1001010000111100001010111010110001011111110111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128710; }

 p { color: rgb(18,135,16); }

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

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

 a { background-color: rgb(18,135,16); }

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

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

 span { border-color: rgb(18,135,16); }

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