Html Css Color HEX #16803C Dark Spring Green

📋 copy color: '#16803C'

red 22 ◦ green 128 ◦ blue 60

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

Shades of Dark Spring Green #16803C

Tints of Dark Spring Green #16803C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.57%

R = 10.48%
G = 60.95%
B = 28.57%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#16803C (or 0x16803C) is known color: Dark Spring Green. HEX triplet: 16, 80 and 3C. RGB value is (22,128,60). Sum of RGB (Red+Green+Blue) = 22+128+60=210 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.48% from 210); Green value is 128 (50.39% from 255 or 60.95% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 128 - color contains mainly: green. Hex color #16803C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16803C is #E97FC3. Grayscale: #585858. Windows color (decimal): -15302596 or 3964950. OLE color: 3964950.

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

Color convert

RGB 22 128 60 -
CMYK 0.83 0 0.53 0.50
HSL 141.51º 0.71% 0.29% -
HSV(B) 141.51º 0.83% 0.5% -
XYZ 8.87 15.94 6.88 -
YUV 88.55 111.88 80.53 -
System Red Green Blue C M Y K H S L
Decimal 22 128 60 0.83 0 0.53 0.50 141.51 0.71 0.29
Hex 16 80 3C 53 0 35 32 8E 47 1D
Octal 26 200 74 123 0 65 62 216 107 35
Binary 10110 10000000 111100 1010011 0 110101 110010 10001110 1000111 11101

Color Harmonies of #16803C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16803C

Black with #16803C

Text Example


Text Example

White with #16803C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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