Html Css Color HEX #16803F Dark Spring Green

📋 copy color: '#16803F'

red 22 ◦ green 128 ◦ blue 63

#16803F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #16803F

Tints of Dark Spring Green #16803F

RGB

 RED value IS 22 (8.98% from 255) = 10.33%

 GREEN value IS 128 (50.39% from 255) = 60.09%

 BLUE value IS 63 (25% from 255) = 29.58%

R = 10.33%
G = 60.09%
B = 29.58%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#16803F (or 0x16803F) is known color: Dark Spring Green. HEX triplet: 16, 80 and 3F. RGB value is (22,128,63). Sum of RGB (Red+Green+Blue) = 22+128+63=213 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.33% from 213); Green value is 128 (50.39% from 255 or 60.09% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 128 - color contains mainly: green. Hex color #16803F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16803F is #E97FC0. Grayscale: #595959. Windows color (decimal): -15302593 or 4161558. OLE color: 4161558.

HSL color Cylindrical-coordinate representation of color #16803F: hue angle of 143.21º 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 #16803F is Cyan = 0.83, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB 22 128 63 -
CMYK 0.83 0 0.51 0.50
HSL 143.21º 0.71% 0.29% -
HSV(B) 143.21º 0.83% 0.5% -
XYZ 8.95 15.97 7.31 -
YUV 88.9 113.38 80.29 -
System Red Green Blue C M Y K H S L
Decimal 22 128 63 0.83 0 0.51 0.50 143.21 0.71 0.29
Hex 16 80 3F 53 0 33 32 8F 47 1D
Octal 26 200 77 123 0 63 62 217 107 35
Binary 10110 10000000 111111 1010011 0 110011 110010 10001111 1000111 11101

Color Harmonies of #16803F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16803F

Black with #16803F

Text Example


Text Example

White with #16803F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #16803F;
 }
 .AnyTagClassName
 {
   color: #16803F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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