#0D7946

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

Shades of Dark Spring Green #0D7946

Tints of Dark Spring Green #0D7946

Color information

#0D7946 (or 0x0D7946) is unknown color: approx Dark Spring Green. HEX triplet: 0D, 79 and 46. RGB value is (13,121,70). Sum of RGB (Red+Green+Blue) = 13+121+70=204 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.37% from 204); Green value is 121 (47.66% from 255 or 59.31% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 121 - color contains mainly: green. Hex color #0D7946 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7946 is #F286B9. Grayscale: #525252. Windows color (decimal): -15894202 or 4618509. OLE color: 4618509.

HSL color Cylindrical-coordinate representation of color #0D7946: hue angle of 151.67º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7946 is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB1312170-
CMYK0.8900.420.53
HSL151.67º80.6%26.27%-
HSV(B)151.67º89.26%47.45%-
XYZ8.1114.28.11-
YUV82.89120.7278.15-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.37%
GREEN value IS 121 (47.66% from 255) = 59.31%
BLUE value IS 70 (27.73% from 255) = 34.31%
R=6.37%
G=59.31%
B=34.31%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal13121700.8900.420.53151.6780.626.27
HexD79465902A3598511a
Octal151711061310526523012132
Binary1101111100110001101011001010101011010110011000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,121,70); }

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

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

 a { background-color: rgb(13,121,70); }

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

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

 span { border-color: rgb(13,121,70); }

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