#117C42

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

Shades of Dark Spring Green #117C42

Tints of Dark Spring Green #117C42

Color information

#117C42 (or 0x117C42) is unknown color: approx Dark Spring Green. HEX triplet: 11, 7C and 42. RGB value is (17,124,66). Sum of RGB (Red+Green+Blue) = 17+124+66=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 124 (48.83% from 255 or 59.90% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 124 - color contains mainly: green. Hex color #117C42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117C42 is #EE83BD. Grayscale: #555555. Windows color (decimal): -15631294 or 4357137. OLE color: 4357137.

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

Color convert

RGB1712466-
CMYK0.8600.470.51
HSL147.48º75.89%27.65%-
HSV(B)147.48º86.29%48.63%-
XYZ8.4214.937.59-
YUV85.4117.0579.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.21%
GREEN value IS 124 (48.83% from 255) = 59.90%
BLUE value IS 66 (26.17% from 255) = 31.88%
R=8.21%
G=59.90%
B=31.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17124660.8600.470.51147.4875.8927.65
Hex117C425602F33934c1c
Octal211741021260576322311434
Binary10001111110010000101010110010111111001110010011100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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