#117C26

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

Shades of Forest Green #117C26

Tints of Forest Green #117C26

Color information

#117C26 (or 0x117C26) is unknown color: approx Forest Green. HEX triplet: 11, 7C and 26. RGB value is (17,124,38). Sum of RGB (Red+Green+Blue) = 17+124+38=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 124 (48.83% from 255 or 69.27% from 179); Blue value is 38 (15.23% from 255 or 21.23% from 179); Max value from RGB is 124 - color contains mainly: green. Hex color #117C26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117C26 is #EE83D9. Grayscale: #525252. Windows color (decimal): -15631322 or 2522129. OLE color: 2522129.

HSL color Cylindrical-coordinate representation of color #117C26: hue angle of 131.78º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117C26 is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB1712438-
CMYK0.8600.690.51
HSL131.78º75.89%27.65%-
HSV(B)131.78º86.29%48.63%-
XYZ7.7914.674.26-
YUV82.2103.0581.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.50%
GREEN value IS 124 (48.83% from 255) = 69.27%
BLUE value IS 38 (15.23% from 255) = 21.23%
R=9.50%
G=69.27%
B=21.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17124380.8600.690.51131.7875.8927.65
Hex117C265604533844c1c
Octal211744612601056320411434
Binary10001111110010011010101100100010111001110000100100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117C26; }

 p { color: rgb(17,124,38); }

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

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

 a { background-color: rgb(17,124,38); }

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

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

 span { border-color: rgb(17,124,38); }

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