Html Css Color HEX #10703A Dark Spring Green

📋 copy color: '#10703A'

red 16 ◦ green 112 ◦ blue 58

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

Shades of Dark Spring Green #10703A

Tints of Dark Spring Green #10703A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 60.22%

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

R = 8.6%
G = 60.22%
B = 31.18%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#10703A (or 0x10703A) is known color: Dark Spring Green. HEX triplet: 10, 70 and 3A. RGB value is (16,112,58). Sum of RGB (Red+Green+Blue) = 16+112+58=186 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.60% from 186); Green value is 112 (44.14% from 255 or 60.22% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 112 - color contains mainly: green. Hex color #10703A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10703A is #EF8FC5. Grayscale: #4D4D4D. Windows color (decimal): -15699910 or 3829776. OLE color: 3829776.

HSL color Cylindrical-coordinate representation of color #10703A: hue angle of 146.25º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10703A is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 112 58 -
CMYK 0.86 0 0.48 0.56
HSL 146.25º 0.75% 0.25% -
HSV(B) 146.25º 0.86% 0.44% -
XYZ 6.77 12 5.96 -
YUV 77.14 117.2 84.39 -
System Red Green Blue C M Y K H S L
Decimal 16 112 58 0.86 0 0.48 0.56 146.25 0.75 0.25
Hex 10 70 3A 56 0 30 38 92 4B 19
Octal 20 160 72 126 0 60 70 222 113 31
Binary 10000 1110000 111010 1010110 0 110000 111000 10010010 1001011 11001

Color Harmonies of #10703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10703A

Black with #10703A

Text Example


Text Example

White with #10703A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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