Html Css Color HEX #10703C Dark Spring Green

📋 copy color: '#10703C'

red 16 ◦ green 112 ◦ blue 60

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

Shades of Dark Spring Green #10703C

Tints of Dark Spring Green #10703C

RGB

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

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

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

R = 8.51%
G = 59.57%
B = 31.91%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#10703C (or 0x10703C) is known color: Dark Spring Green. HEX triplet: 10, 70 and 3C. RGB value is (16,112,60). Sum of RGB (Red+Green+Blue) = 16+112+60=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 112 (44.14% from 255 or 59.57% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 112 - color contains mainly: green. Hex color #10703C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10703C is #EF8FC3. Grayscale: #4D4D4D. Windows color (decimal): -15699908 or 3960848. OLE color: 3960848.

HSL color Cylindrical-coordinate representation of color #10703C: hue angle of 147.5º 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 #10703C is Cyan = 0.86, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 112 60 -
CMYK 0.86 0 0.46 0.56
HSL 147.5º 0.75% 0.25% -
HSV(B) 147.5º 0.86% 0.44% -
XYZ 6.82 12.02 6.24 -
YUV 77.37 118.2 84.23 -
System Red Green Blue C M Y K H S L
Decimal 16 112 60 0.86 0 0.46 0.56 147.5 0.75 0.25
Hex 10 70 3C 56 0 2E 38 94 4B 19
Octal 20 160 74 126 0 56 70 224 113 31
Binary 10000 1110000 111100 1010110 0 101110 111000 10010100 1001011 11001

Color Harmonies of #10703C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10703C

Black with #10703C

Text Example


Text Example

White with #10703C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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