#0D720F

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

Shades of Green #0D720F

Tints of Green #0D720F

Color information

#0D720F (or 0x0D720F) is unknown color: approx Green. HEX triplet: 0D, 72 and 0F. RGB value is (13,114,15). Sum of RGB (Red+Green+Blue) = 13+114+15=142 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.15% from 142); Green value is 114 (44.92% from 255 or 80.28% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 114 - color contains mainly: green. Hex color #0D720F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D720F is #F28DF0. Grayscale: #484848. Windows color (decimal): -15896049 or 1012237. OLE color: 1012237.

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

Color convert

RGB1311415-
CMYK0.8900.870.55
HSL121.19º79.53%24.9%-
HSV(B)121.19º88.6%44.71%-
XYZ6.2712.152.47-
YUV72.5195.5485.55-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.15%
GREEN value IS 114 (44.92% from 255) = 80.28%
BLUE value IS 15 (6.25% from 255) = 10.56%
R=9.15%
G=80.28%
B=10.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal13114150.8900.870.55121.1979.5324.9
HexD72F5905737795019
Octal151621713101276717112031
Binary1101111001011111011001010101111101111111001101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D720F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,114,15); }

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

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

 a { background-color: rgb(13,114,15); }

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

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

 span { border-color: rgb(13,114,15); }

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