#0D7142

Color #0D7142 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #0D7142

Tints of Dark Spring Green #0D7142

Color information

#0D7142 (or 0x0D7142) is unknown color: approx Dark Spring Green. HEX triplet: 0D, 71 and 42. RGB value is (13,113,66). Sum of RGB (Red+Green+Blue) = 13+113+66=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 113 (44.53% from 255 or 58.85% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 113 - color contains mainly: green. Hex color #0D7142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7142 is #F28EBD. Grayscale: #4D4D4D. Windows color (decimal): -15896254 or 4354317. OLE color: 4354317.

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

Color convert

RGB1311366-
CMYK0.8800.420.56
HSL151.8º79.37%24.71%-
HSV(B)151.8º88.5%44.31%-
XYZ7.0512.297.15-
YUV77.74121.3781.82-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.77%
GREEN value IS 113 (44.53% from 255) = 58.85%
BLUE value IS 66 (26.17% from 255) = 34.38%
R=6.77%
G=58.85%
B=34.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13113660.8800.420.56151.879.3724.71
HexD71425802A38984f19
Octal151611021300527023011731
Binary1101111000110000101011000010101011100010011000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D7142;
 }
 .AnyTagClassName
 {
   color: #0D7142;
 }
</style>
background-color css

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

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

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

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

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

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