#0D7313

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

Shades of Green #0D7313

Tints of Green #0D7313

Color information

#0D7313 (or 0x0D7313) is unknown color: approx Green. HEX triplet: 0D, 73 and 13. RGB value is (13,115,19). Sum of RGB (Red+Green+Blue) = 13+115+19=147 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.84% from 147); Green value is 115 (45.31% from 255 or 78.23% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 115 - color contains mainly: green. Hex color #0D7313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7313 is #F28CEC. Grayscale: #494949. Windows color (decimal): -15895789 or 1274637. OLE color: 1274637.

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

Color convert

RGB1311519-
CMYK0.8900.830.55
HSL123.53º79.69%25.1%-
HSV(B)123.53º88.7%45.1%-
XYZ6.4112.392.67-
YUV73.5697.2184.81-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.84%
GREEN value IS 115 (45.31% from 255) = 78.23%
BLUE value IS 19 (7.81% from 255) = 12.93%
R=8.84%
G=78.23%
B=12.93%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal13115190.8900.830.55123.5379.6925.1
HexD731359053377c5019
Octal151632313101236717412031
Binary11011110011100111011001010100111101111111100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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