#118123

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

Shades of Forest Green #118123

Tints of Forest Green #118123

Color information

#118123 (or 0x118123) is unknown color: approx Forest Green. HEX triplet: 11, 81 and 23. RGB value is (17,129,35). Sum of RGB (Red+Green+Blue) = 17+129+35=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 129 (50.78% from 255 or 71.27% from 181); Blue value is 35 (14.06% from 255 or 19.34% from 181); Max value from RGB is 129 - color contains mainly: green. Hex color #118123 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118123 is #EE7EDC. Grayscale: #555555. Windows color (decimal): -15630045 or 2326801. OLE color: 2326801.

HSL color Cylindrical-coordinate representation of color #118123: hue angle of 129.64º 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 #118123 is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB1712935-
CMYK0.8700.730.49
HSL129.64º76.71%28.63%-
HSV(B)129.64º86.82%50.59%-
XYZ8.3815.944.23-
YUV84.899.8979.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.39%
GREEN value IS 129 (50.78% from 255) = 71.27%
BLUE value IS 35 (14.06% from 255) = 19.34%
R=9.39%
G=71.27%
B=19.34%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal17129350.8700.730.49129.6476.7128.63
Hex1181235704931824d1d
Octal212014312701116120211535
Binary100011000000110001110101110100100111000110000010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118123; }

 p { color: rgb(17,129,35); }

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

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

 a { background-color: rgb(17,129,35); }

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

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

 span { border-color: rgb(17,129,35); }

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