Html Css Color HEX #0D703E Dark Spring Green

📋 copy color: '#0D703E'

red 13 ◦ green 112 ◦ blue 62

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

Shades of Dark Spring Green #0D703E

Tints of Dark Spring Green #0D703E

RGB

 RED value IS 13 (5.47% from 255) = 6.95%

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

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

R = 6.95%
G = 59.89%
B = 33.16%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#0D703E (or 0x0D703E) is known color: Dark Spring Green. HEX triplet: 0D, 70 and 3E. RGB value is (13,112,62). Sum of RGB (Red+Green+Blue) = 13+112+62=187 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.95% from 187); Green value is 112 (44.14% from 255 or 59.89% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 112 - color contains mainly: green. Hex color #0D703E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D703E is #F28FC1. Grayscale: #4C4C4C. Windows color (decimal): -15896514 or 4091917. OLE color: 4091917.

HSL color Cylindrical-coordinate representation of color #0D703E: hue angle of 149.7º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D703E is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 13 112 62 -
CMYK 0.88 0 0.45 0.56
HSL 149.7º 0.79% 0.25% -
HSV(B) 149.7º 0.88% 0.44% -
XYZ 6.83 12.02 6.52 -
YUV 76.7 119.7 82.57 -
System Red Green Blue C M Y K H S L
Decimal 13 112 62 0.88 0 0.45 0.56 149.7 0.79 0.25
Hex D 70 3E 58 0 2D 38 96 4F 19
Octal 15 160 76 130 0 55 70 226 117 31
Binary 1101 1110000 111110 1011000 0 101101 111000 10010110 1001111 11001

Color Harmonies of #0D703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D703E

Black with #0D703E

Text Example


Text Example

White with #0D703E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D703E; }

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

 H1.HeaderClassName
 {
   color: #0D703E;
 }
 .AnyTagClassName
 {
   color: #0D703E;
 }
</style>

background-color css

<style>
 a { background-color: #0D703E; }

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

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

border-color css

<style>
 span { border-color: #0D703E; }

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

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