#0D7246

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

Shades of Dark Spring Green #0D7246

Tints of Dark Spring Green #0D7246

Color information

#0D7246 (or 0x0D7246) is unknown color: approx Dark Spring Green. HEX triplet: 0D, 72 and 46. RGB value is (13,114,70). Sum of RGB (Red+Green+Blue) = 13+114+70=197 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.60% from 197); Green value is 114 (44.92% from 255 or 57.87% from 197); Blue value is 70 (27.73% from 255 or 35.53% from 197); Max value from RGB is 114 - color contains mainly: green. Hex color #0D7246 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7246 is #F28DB9. Grayscale: #4E4E4E. Windows color (decimal): -15895994 or 4616717. OLE color: 4616717.

HSL color Cylindrical-coordinate representation of color #0D7246: hue angle of 153.86º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7246 is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB1311470-
CMYK0.8900.390.55
HSL153.86º79.53%24.9%-
HSV(B)153.86º88.6%44.71%-
XYZ7.2912.567.83-
YUV78.78123.0481.08-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.60%
GREEN value IS 114 (44.92% from 255) = 57.87%
BLUE value IS 70 (27.73% from 255) = 35.53%
R=6.60%
G=57.87%
B=35.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal13114700.8900.390.55153.8679.5324.9
HexD724659027379a5019
Octal151621061310476723212031
Binary1101111001010001101011001010011111011110011010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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