#0D7343

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

Shades of Dark Spring Green #0D7343

Tints of Dark Spring Green #0D7343

Color information

#0D7343 (or 0x0D7343) is unknown color: approx Dark Spring Green. HEX triplet: 0D, 73 and 43. RGB value is (13,115,67). Sum of RGB (Red+Green+Blue) = 13+115+67=195 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.67% from 195); Green value is 115 (45.31% from 255 or 58.97% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 115 - color contains mainly: green. Hex color #0D7343 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7343 is #F28CBC. Grayscale: #4F4F4F. Windows color (decimal): -15895741 or 4420365. OLE color: 4420365.

HSL color Cylindrical-coordinate representation of color #0D7343: hue angle of 151.76º 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 #0D7343 is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB1311567-
CMYK0.8900.420.55
HSL151.76º79.69%25.1%-
HSV(B)151.76º88.7%45.1%-
XYZ7.3112.757.39-
YUV79.03121.2180.9-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.67%
GREEN value IS 115 (45.31% from 255) = 58.97%
BLUE value IS 67 (26.56% from 255) = 34.36%
R=6.67%
G=58.97%
B=34.36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal13115670.8900.420.55151.7679.6925.1
HexD73435902A37985019
Octal151631031310526723012031
Binary1101111001110000111011001010101011011110011000101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,115,67); }

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

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

 a { background-color: rgb(13,115,67); }

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

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

 span { border-color: rgb(13,115,67); }

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