#128813

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

Shades of Forest Green #128813

Tints of Forest Green #128813

Color information

#128813 (or 0x128813) is unknown color: approx Forest Green. HEX triplet: 12, 88 and 13. RGB value is (18,136,19). Sum of RGB (Red+Green+Blue) = 18+136+19=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 136 (53.52% from 255 or 78.61% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 136 - color contains mainly: green. Hex color #128813 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128813 is #ED77EC. Grayscale: #575757. Windows color (decimal): -15562733 or 1280018. OLE color: 1280018.

HSL color Cylindrical-coordinate representation of color #128813: hue angle of 120.51º degrees, saturation: 0.77, 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 #128813 is Cyan = 0.87, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB1813619-
CMYK0.8700.860.47
HSL120.51º76.62%30.2%-
HSV(B)120.51º86.76%53.33%-
XYZ9.1717.783.57-
YUV87.3889.4178.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.40%
GREEN value IS 136 (53.52% from 255) = 78.61%
BLUE value IS 19 (7.81% from 255) = 10.98%
R=10.40%
G=78.61%
B=10.98%

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
Decimal18136190.8700.860.47120.5176.6230.2
Hex128813570562F794d1e
Octal222102312701265717111536
Binary1001010001000100111010111010101101011111111001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128813; }

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

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

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

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

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

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

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

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