Html Css Color HEX #10803A Dark Spring Green

📋 copy color: '#10803A'

red 16 ◦ green 128 ◦ blue 58

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

Shades of Dark Spring Green #10803A

Tints of Dark Spring Green #10803A

RGB

 RED value IS 16 (6.64% from 255) = 7.92%

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

 BLUE value IS 58 (23.05% from 255) = 28.71%

R = 7.92%
G = 63.37%
B = 28.71%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#10803A (or 0x10803A) is known color: Dark Spring Green. HEX triplet: 10, 80 and 3A. RGB value is (16,128,58). Sum of RGB (Red+Green+Blue) = 16+128+58=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 128 (50.39% from 255 or 63.37% from 202); Blue value is 58 (23.05% from 255 or 28.71% from 202); Max value from RGB is 128 - color contains mainly: green. Hex color #10803A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10803A is #EF7FC5. Grayscale: #565656. Windows color (decimal): -15695814 or 3833872. OLE color: 3833872.

HSL color Cylindrical-coordinate representation of color #10803A: hue angle of 142.5º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10803A is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 16 128 58 -
CMYK 0.88 0 0.55 0.50
HSL 142.5º 0.78% 0.28% -
HSV(B) 142.5º 0.88% 0.5% -
XYZ 8.7 15.85 6.6 -
YUV 86.53 111.89 77.69 -
System Red Green Blue C M Y K H S L
Decimal 16 128 58 0.88 0 0.55 0.50 142.5 0.78 0.28
Hex 10 80 3A 58 0 37 32 8E 4E 1C
Octal 20 200 72 130 0 67 62 216 116 34
Binary 10000 10000000 111010 1011000 0 110111 110010 10001110 1001110 11100

Color Harmonies of #10803A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10803A

Black with #10803A

Text Example


Text Example

White with #10803A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10803A; }

 p { color: rgb(16,128,58); }

 H1.HeaderClassName
 {
   color: #10803A;
 }
 .AnyTagClassName
 {
   color: #10803A;
 }
</style>

background-color css

<style>
 a { background-color: #10803A; }

 a { background-color: rgb(16,128,58); }

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

border-color css

<style>
 span { border-color: #10803A; }

 span { border-color: rgb(16,128,58); }

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