#0D733C

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

Shades of Dark Spring Green #0D733C

Tints of Dark Spring Green #0D733C

Color information

#0D733C (or 0x0D733C) is unknown color: approx Dark Spring Green. HEX triplet: 0D, 73 and 3C. RGB value is (13,115,60). Sum of RGB (Red+Green+Blue) = 13+115+60=188 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.91% from 188); Green value is 115 (45.31% from 255 or 61.17% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 115 - color contains mainly: green. Hex color #0D733C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D733C is #F28CC3. Grayscale: #4E4E4E. Windows color (decimal): -15895748 or 3961613. OLE color: 3961613.

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

Color convert

RGB1311560-
CMYK0.8900.480.55
HSL147.65º79.69%25.1%-
HSV(B)147.65º88.7%45.1%-
XYZ7.1112.676.35-
YUV78.23117.7181.47-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.91%
GREEN value IS 115 (45.31% from 255) = 61.17%
BLUE value IS 60 (23.83% from 255) = 31.91%
R=6.91%
G=61.17%
B=31.91%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal13115600.8900.480.55147.6579.6925.1
HexD733C5903037945019
Octal15163741310606722412031
Binary110111100111111001011001011000011011110010100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D733C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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