#118219

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

Shades of Forest Green #118219

Tints of Forest Green #118219

Color information

#118219 (or 0x118219) is unknown color: approx Forest Green. HEX triplet: 11, 82 and 19. RGB value is (17,130,25). Sum of RGB (Red+Green+Blue) = 17+130+25=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 130 (51.17% from 255 or 75.58% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 130 - color contains mainly: green. Hex color #118219 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118219 is #EE7DE6. Grayscale: #545454. Windows color (decimal): -15629799 or 1671697. OLE color: 1671697.

HSL color Cylindrical-coordinate representation of color #118219: hue angle of 124.25º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118219 is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB1713025-
CMYK0.8700.810.49
HSL124.25º76.87%28.82%-
HSV(B)124.25º86.92%50.98%-
XYZ8.3916.153.6-
YUV84.2494.5680.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.88%
GREEN value IS 130 (51.17% from 255) = 75.58%
BLUE value IS 25 (10.16% from 255) = 14.53%
R=9.88%
G=75.58%
B=14.53%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal17130250.8700.810.49124.2576.8728.82
Hex11821957051317c4d1d
Octal212023112701216117411535
Binary1000110000010110011010111010100011100011111100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118219; }

 p { color: rgb(17,130,25); }

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

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

 a { background-color: rgb(17,130,25); }

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

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

 span { border-color: rgb(17,130,25); }

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