#0D730E

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

Shades of Green #0D730E

Tints of Green #0D730E

Color information

#0D730E (or 0x0D730E) is unknown color: approx Green. HEX triplet: 0D, 73 and 0E. RGB value is (13,115,14). Sum of RGB (Red+Green+Blue) = 13+115+14=142 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.15% from 142); Green value is 115 (45.31% from 255 or 80.99% from 142); Blue value is 14 (5.86% from 255 or 9.86% from 142); Max value from RGB is 115 - color contains mainly: green. Hex color #0D730E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D730E is #F28CF1. Grayscale: #494949. Windows color (decimal): -15895794 or 946957. OLE color: 946957.

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

Color convert

RGB1311514-
CMYK0.8900.880.55
HSL120.59º79.69%25.1%-
HSV(B)120.59º88.7%45.1%-
XYZ6.3812.382.47-
YUV72.9994.7185.21-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.15%
GREEN value IS 115 (45.31% from 255) = 80.99%
BLUE value IS 14 (5.86% from 255) = 9.86%
R=9.15%
G=80.99%
B=9.86%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal13115140.8900.880.55120.5979.6925.1
HexD73E5905837795019
Octal151631613101306717112031
Binary1101111001111101011001010110001101111111001101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D730E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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