#117942

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

Shades of Dark Spring Green #117942

Tints of Dark Spring Green #117942

Color information

#117942 (or 0x117942) is unknown color: approx Dark Spring Green. HEX triplet: 11, 79 and 42. RGB value is (17,121,66). Sum of RGB (Red+Green+Blue) = 17+121+66=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 121 (47.66% from 255 or 59.31% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 121 - color contains mainly: green. Hex color #117942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117942 is #EE86BD. Grayscale: #535353. Windows color (decimal): -15632062 or 4356369. OLE color: 4356369.

HSL color Cylindrical-coordinate representation of color #117942: hue angle of 148.27º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117942 is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB1712166-
CMYK0.8600.450.53
HSL148.27º75.36%27.06%-
HSV(B)148.27º85.95%47.45%-
XYZ8.0514.197.47-
YUV83.63118.0480.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.33%
GREEN value IS 121 (47.66% from 255) = 59.31%
BLUE value IS 66 (26.17% from 255) = 32.35%
R=8.33%
G=59.31%
B=32.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17121660.8600.450.53148.2775.3627.06
Hex1179425602D35944b1b
Octal211711021260556522411333
Binary10001111100110000101010110010110111010110010100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117942; }

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

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

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

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

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

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

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

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