#118020

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

Shades of Forest Green #118020

Tints of Forest Green #118020

Color information

#118020 (or 0x118020) is unknown color: approx Forest Green. HEX triplet: 11, 80 and 20. RGB value is (17,128,32). Sum of RGB (Red+Green+Blue) = 17+128+32=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 128 (50.39% from 255 or 72.32% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 128 - color contains mainly: green. Hex color #118020 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118020 is #EE7FDF. Grayscale: #545454. Windows color (decimal): -15630304 or 2129937. OLE color: 2129937.

HSL color Cylindrical-coordinate representation of color #118020: hue angle of 128.11º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118020 is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB1712832-
CMYK0.8700.750.50
HSL128.11º76.55%28.43%-
HSV(B)128.11º86.72%50.2%-
XYZ8.2115.663.96-
YUV83.8798.7380.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.60%
GREEN value IS 128 (50.39% from 255) = 72.32%
BLUE value IS 32 (12.89% from 255) = 18.08%
R=9.60%
G=72.32%
B=18.08%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal17128320.8700.750.50128.1176.5528.43
Hex1180205704B32804d1c
Octal212004012701136220011534
Binary100011000000010000010101110100101111001010000000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118020; }

 p { color: rgb(17,128,32); }

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

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

 a { background-color: rgb(17,128,32); }

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

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

 span { border-color: rgb(17,128,32); }

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