#16703D

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

Shades of Dark Spring Green #16703D

Tints of Dark Spring Green #16703D

Color information

#16703D (or 0x16703D) is unknown color: approx Dark Spring Green. HEX triplet: 16, 70 and 3D. RGB value is (22,112,61). Sum of RGB (Red+Green+Blue) = 22+112+61=195 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.28% from 195); Green value is 112 (44.14% from 255 or 57.44% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 112 - color contains mainly: green. Hex color #16703D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16703D is #E98FC2. Grayscale: #4F4F4F. Windows color (decimal): -15306691 or 4026390. OLE color: 4026390.

HSL color Cylindrical-coordinate representation of color #16703D: hue angle of 146º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16703D is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB2211261-
CMYK0.8000.460.56
HSL146º67.16%26.27%-
HSV(B)146º80.36%43.92%-
XYZ6.9712.16.38-
YUV79.28117.6887.15-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.28%
GREEN value IS 112 (44.14% from 255) = 57.44%
BLUE value IS 61 (24.22% from 255) = 31.28%
R=11.28%
G=57.44%
B=31.28%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22112610.8000.460.5614667.1626.27
Hex16703D5002E3892431a
Octal26160751200567022210332
Binary1011011100001111011010000010111011100010010010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16703D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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