#11703F

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

Shades of Dark Spring Green #11703F

Tints of Dark Spring Green #11703F

Color information

#11703F (or 0x11703F) is unknown color: approx Dark Spring Green. HEX triplet: 11, 70 and 3F. RGB value is (17,112,63). Sum of RGB (Red+Green+Blue) = 17+112+63=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 112 (44.14% from 255 or 58.33% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 112 - color contains mainly: green. Hex color #11703F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11703F is #EE8FC0. Grayscale: #4E4E4E. Windows color (decimal): -15634369 or 4157457. OLE color: 4157457.

HSL color Cylindrical-coordinate representation of color #11703F: hue angle of 149.05º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11703F is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB1711263-
CMYK0.8500.440.56
HSL149.05º73.64%25.29%-
HSV(B)149.05º84.82%43.92%-
XYZ6.9212.076.67-
YUV78.01119.5384.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.85%
GREEN value IS 112 (44.14% from 255) = 58.33%
BLUE value IS 63 (25% from 255) = 32.81%
R=8.85%
G=58.33%
B=32.81%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17112630.8500.440.56149.0573.6425.29
Hex11703F5502C38954a19
Octal21160771250547022511231
Binary1000111100001111111010101010110011100010010101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11703F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11703F; }

 p { color: rgb(17,112,63); }

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

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

 a { background-color: rgb(17,112,63); }

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

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

 span { border-color: rgb(17,112,63); }

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