#117C25

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

Shades of Forest Green #117C25

Tints of Forest Green #117C25

Color information

#117C25 (or 0x117C25) is unknown color: approx Forest Green. HEX triplet: 11, 7C and 25. RGB value is (17,124,37). Sum of RGB (Red+Green+Blue) = 17+124+37=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 124 (48.83% from 255 or 69.66% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 124 - color contains mainly: green. Hex color #117C25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117C25 is #EE83DA. Grayscale: #525252. Windows color (decimal): -15631323 or 2456593. OLE color: 2456593.

HSL color Cylindrical-coordinate representation of color #117C25: hue angle of 131.21º 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 #117C25 is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.51.

Color convert

RGB1712437-
CMYK0.8600.700.51
HSL131.21º75.89%27.65%-
HSV(B)131.21º86.29%48.63%-
XYZ7.7714.674.17-
YUV82.09102.5581.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.55%
GREEN value IS 124 (48.83% from 255) = 69.66%
BLUE value IS 37 (14.84% from 255) = 20.79%
R=9.55%
G=69.66%
B=20.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17124370.8600.700.51131.2175.8927.65
Hex117C255604633834c1c
Octal211744512601066320311434
Binary10001111110010010110101100100011011001110000011100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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