#118C2F

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

Shades of Forest Green #118C2F

Tints of Forest Green #118C2F

Color information

#118C2F (or 0x118C2F) is unknown color: approx Forest Green. HEX triplet: 11, 8C and 2F. RGB value is (17,140,47). Sum of RGB (Red+Green+Blue) = 17+140+47=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 140 (55.08% from 255 or 68.63% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 140 - color contains mainly: green. Hex color #118C2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118C2F is #EE73D0. Grayscale: #5C5C5C. Windows color (decimal): -15627217 or 3116049. OLE color: 3116049.

HSL color Cylindrical-coordinate representation of color #118C2F: hue angle of 134.63º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118C2F is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB1714047-
CMYK0.8800.660.45
HSL134.63º78.34%30.78%-
HSV(B)134.63º87.86%54.9%-
XYZ10.1219.085.84-
YUV92.62102.2574.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.33%
GREEN value IS 140 (55.08% from 255) = 68.63%
BLUE value IS 47 (18.75% from 255) = 23.04%
R=8.33%
G=68.63%
B=23.04%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal17140470.8800.660.45134.6378.3430.78
Hex118C2F580422D874e1f
Octal212145713001025520711637
Binary100011000110010111110110000100001010110110000111100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118C2F; }

 p { color: rgb(17,140,47); }

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

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

 a { background-color: rgb(17,140,47); }

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

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

 span { border-color: rgb(17,140,47); }

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