Html Css Color HEX #10703E Dark Spring Green

📋 copy color: '#10703E'

red 16 ◦ green 112 ◦ blue 62

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

Shades of Dark Spring Green #10703E

Tints of Dark Spring Green #10703E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 32.63%

R = 8.42%
G = 58.95%
B = 32.63%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#10703E (or 0x10703E) is known color: Dark Spring Green. HEX triplet: 10, 70 and 3E. RGB value is (16,112,62). Sum of RGB (Red+Green+Blue) = 16+112+62=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 112 (44.14% from 255 or 58.95% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 112 - color contains mainly: green. Hex color #10703E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10703E is #EF8FC1. Grayscale: #4D4D4D. Windows color (decimal): -15699906 or 4091920. OLE color: 4091920.

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

Color convert

RGB 16 112 62 -
CMYK 0.86 0 0.45 0.56
HSL 148.75º 0.75% 0.25% -
HSV(B) 148.75º 0.86% 0.44% -
XYZ 6.88 12.05 6.52 -
YUV 77.6 119.2 84.07 -
System Red Green Blue C M Y K H S L
Decimal 16 112 62 0.86 0 0.45 0.56 148.75 0.75 0.25
Hex 10 70 3E 56 0 2D 38 95 4B 19
Octal 20 160 76 126 0 55 70 225 113 31
Binary 10000 1110000 111110 1010110 0 101101 111000 10010101 1001011 11001

Color Harmonies of #10703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10703E

Black with #10703E

Text Example


Text Example

White with #10703E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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