Html Css Color HEX #0D703A Dark Spring Green

📋 copy color: '#0D703A'

red 13 ◦ green 112 ◦ blue 58

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

Shades of Dark Spring Green #0D703A

Tints of Dark Spring Green #0D703A

RGB

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

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

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

R = 7.1%
G = 61.2%
B = 31.69%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#0D703A (or 0x0D703A) is known color: Dark Spring Green. HEX triplet: 0D, 70 and 3A. RGB value is (13,112,58). Sum of RGB (Red+Green+Blue) = 13+112+58=183 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.10% from 183); Green value is 112 (44.14% from 255 or 61.20% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 112 - color contains mainly: green. Hex color #0D703A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D703A is #F28FC5. Grayscale: #4C4C4C. Windows color (decimal): -15896518 or 3829773. OLE color: 3829773.

HSL color Cylindrical-coordinate representation of color #0D703A: hue angle of 147.27º 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 #0D703A is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 13 112 58 -
CMYK 0.88 0 0.48 0.56
HSL 147.27º 0.79% 0.25% -
HSV(B) 147.27º 0.88% 0.44% -
XYZ 6.72 11.98 5.96 -
YUV 76.24 117.7 82.89 -
System Red Green Blue C M Y K H S L
Decimal 13 112 58 0.88 0 0.48 0.56 147.27 0.79 0.25
Hex D 70 3A 58 0 30 38 93 4F 19
Octal 15 160 72 130 0 60 70 223 117 31
Binary 1101 1110000 111010 1011000 0 110000 111000 10010011 1001111 11001

Color Harmonies of #0D703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D703A

Black with #0D703A

Text Example


Text Example

White with #0D703A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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