#128713

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

Shades of Forest Green #128713

Tints of Forest Green #128713

Color information

#128713 (or 0x128713) is unknown color: approx Forest Green. HEX triplet: 12, 87 and 13. RGB value is (18,135,19). Sum of RGB (Red+Green+Blue) = 18+135+19=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 135 (53.12% from 255 or 78.49% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 135 - color contains mainly: green. Hex color #128713 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128713 is #ED78EC. Grayscale: #575757. Windows color (decimal): -15562989 or 1279762. OLE color: 1279762.

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

Color convert

RGB1813519-
CMYK0.8700.860.47
HSL120.51º76.47%30%-
HSV(B)120.51º86.67%52.94%-
XYZ9.0317.53.52-
YUV86.7989.7478.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.47%
GREEN value IS 135 (53.12% from 255) = 78.49%
BLUE value IS 19 (7.81% from 255) = 11.05%
R=10.47%
G=78.49%
B=11.05%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18135190.8700.860.47120.5176.4730
Hex128713570562F794c1e
Octal222072312701265717111436
Binary1001010000111100111010111010101101011111111001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128713; }

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

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

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

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

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

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

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

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