#118129

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

Shades of Forest Green #118129

Tints of Forest Green #118129

Color information

#118129 (or 0x118129) is unknown color: approx Forest Green. HEX triplet: 11, 81 and 29. RGB value is (17,129,41). Sum of RGB (Red+Green+Blue) = 17+129+41=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 129 (50.78% from 255 or 68.98% from 187); Blue value is 41 (16.41% from 255 or 21.93% from 187); Max value from RGB is 129 - color contains mainly: green. Hex color #118129 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118129 is #EE7ED6. Grayscale: #555555. Windows color (decimal): -15630039 or 2720017. OLE color: 2720017.

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

Color convert

RGB1712941-
CMYK0.8700.680.49
HSL132.86º76.71%28.63%-
HSV(B)132.86º86.82%50.59%-
XYZ8.4815.984.74-
YUV85.48102.8979.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.09%
GREEN value IS 129 (50.78% from 255) = 68.98%
BLUE value IS 41 (16.41% from 255) = 21.93%
R=9.09%
G=68.98%
B=21.93%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal17129410.8700.680.49132.8676.7128.63
Hex1181295704431854d1d
Octal212015112701046120511535
Binary100011000000110100110101110100010011000110000101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118129; }

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

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

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

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

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

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

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

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