Html Css Color HEX #0D7138 Dark Spring Green

📋 copy color: '#0D7138'

red 13 ◦ green 113 ◦ blue 56

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

Shades of Dark Spring Green #0D7138

Tints of Dark Spring Green #0D7138

RGB

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

 GREEN value IS 113 (44.53% from 255) = 62.09%

 BLUE value IS 56 (22.27% from 255) = 30.77%

R = 7.14%
G = 62.09%
B = 30.77%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#0D7138 (or 0x0D7138) is known color: Dark Spring Green. HEX triplet: 0D, 71 and 38. RGB value is (13,113,56). Sum of RGB (Red+Green+Blue) = 13+113+56=182 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.14% from 182); Green value is 113 (44.53% from 255 or 62.09% from 182); Blue value is 56 (22.27% from 255 or 30.77% from 182); Max value from RGB is 113 - color contains mainly: green. Hex color #0D7138 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7138 is #F28EC7. Grayscale: #4C4C4C. Windows color (decimal): -15896264 or 3698957. OLE color: 3698957.

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

Color convert

RGB 13 113 56 -
CMYK 0.88 0 0.50 0.56
HSL 145.8º 0.79% 0.25% -
HSV(B) 145.8º 0.88% 0.44% -
XYZ 6.78 12.18 5.74 -
YUV 76.6 116.37 82.63 -
System Red Green Blue C M Y K H S L
Decimal 13 113 56 0.88 0 0.50 0.56 145.8 0.79 0.25
Hex D 71 38 58 0 32 38 92 4F 19
Octal 15 161 70 130 0 62 70 222 117 31
Binary 1101 1110001 111000 1011000 0 110010 111000 10010010 1001111 11001

Color Harmonies of #0D7138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7138

Black with #0D7138

Text Example


Text Example

White with #0D7138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,113,56); }

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

background-color css

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

 a { background-color: rgb(13,113,56); }

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

border-color css

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

 span { border-color: rgb(13,113,56); }

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