#16803D

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

Shades of Dark Spring Green #16803D

Tints of Dark Spring Green #16803D

Color information

#16803D (or 0x16803D) is unknown color: approx Dark Spring Green. HEX triplet: 16, 80 and 3D. RGB value is (22,128,61). Sum of RGB (Red+Green+Blue) = 22+128+61=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 128 (50.39% from 255 or 60.66% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 128 - color contains mainly: green. Hex color #16803D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16803D is #E97FC2. Grayscale: #585858. Windows color (decimal): -15302595 or 4030486. OLE color: 4030486.

HSL color Cylindrical-coordinate representation of color #16803D: hue angle of 142.08º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16803D is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB2212861-
CMYK0.8300.520.50
HSL142.08º70.67%29.41%-
HSV(B)142.08º82.81%50.2%-
XYZ8.8915.957.02-
YUV88.67112.3880.45-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.43%
GREEN value IS 128 (50.39% from 255) = 60.66%
BLUE value IS 61 (24.22% from 255) = 28.91%
R=10.43%
G=60.66%
B=28.91%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal22128610.8300.520.50142.0870.6729.41
Hex16803D53034328e471d
Octal26200751230646221610735
Binary10110100000001111011010011011010011001010001110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16803D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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