#0D7341

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

Shades of Dark Spring Green #0D7341

Tints of Dark Spring Green #0D7341

Color information

#0D7341 (or 0x0D7341) is unknown color: approx Dark Spring Green. HEX triplet: 0D, 73 and 41. RGB value is (13,115,65). Sum of RGB (Red+Green+Blue) = 13+115+65=193 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.74% from 193); Green value is 115 (45.31% from 255 or 59.59% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 115 - color contains mainly: green. Hex color #0D7341 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7341 is #F28CBE. Grayscale: #4E4E4E. Windows color (decimal): -15895743 or 4289293. OLE color: 4289293.

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

Color convert

RGB1311565-
CMYK0.8900.430.55
HSL150.59º79.69%25.1%-
HSV(B)150.59º88.7%45.1%-
XYZ7.2512.737.08-
YUV78.8120.2181.07-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.74%
GREEN value IS 115 (45.31% from 255) = 59.59%
BLUE value IS 65 (25.78% from 255) = 33.68%
R=6.74%
G=59.59%
B=33.68%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal13115650.8900.430.55150.5979.6925.1
HexD73415902B37975019
Octal151631011310536722712031
Binary1101111001110000011011001010101111011110010111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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