#10703D

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

Shades of Dark Spring Green #10703D

Tints of Dark Spring Green #10703D

Color information

#10703D (or 0x10703D) is unknown color: approx Dark Spring Green. HEX triplet: 10, 70 and 3D. RGB value is (16,112,61). Sum of RGB (Red+Green+Blue) = 16+112+61=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 112 (44.14% from 255 or 59.26% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 112 - color contains mainly: green. Hex color #10703D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10703D is #EF8FC2. Grayscale: #4D4D4D. Windows color (decimal): -15699907 or 4026384. OLE color: 4026384.

HSL color Cylindrical-coordinate representation of color #10703D: hue angle of 148.12º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10703D is Cyan = 0.86, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB1611261-
CMYK0.8600.460.56
HSL148.12º75%25.1%-
HSV(B)148.12º85.71%43.92%-
XYZ6.8512.046.38-
YUV77.48118.784.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.47%
GREEN value IS 112 (44.14% from 255) = 59.26%
BLUE value IS 61 (24.22% from 255) = 32.28%
R=8.47%
G=59.26%
B=32.28%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16112610.8600.460.56148.127525.1
Hex10703D5602E38944b19
Octal20160751260567022411331
Binary1000011100001111011010110010111011100010010100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10703D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10703D; }

 p { color: rgb(16,112,61); }

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

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

 a { background-color: rgb(16,112,61); }

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

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

 span { border-color: rgb(16,112,61); }

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