#0D7309

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

Shades of Green #0D7309

Tints of Green #0D7309

Color information

#0D7309 (or 0x0D7309) is unknown color: approx Green. HEX triplet: 0D, 73 and 09. RGB value is (13,115,9). Sum of RGB (Red+Green+Blue) = 13+115+9=137 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.49% from 137); Green value is 115 (45.31% from 255 or 83.94% from 137); Blue value is 9 (3.91% from 255 or 6.57% from 137); Max value from RGB is 115 - color contains mainly: green. Hex color #0D7309 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7309 is #F28CF6. Grayscale: #484848. Windows color (decimal): -15895799 or 619277. OLE color: 619277.

HSL color Cylindrical-coordinate representation of color #0D7309: hue angle of 117.74º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D7309 is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB131159-
CMYK0.8900.920.55
HSL117.74º85.48%24.31%-
HSV(B)117.74º92.17%45.1%-
XYZ6.3512.372.31-
YUV72.4292.2185.62-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.49%
GREEN value IS 115 (45.31% from 255) = 83.94%
BLUE value IS 9 (3.91% from 255) = 6.57%
R=9.49%
G=83.94%
B=6.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1311590.8900.920.55117.7485.4824.31
HexD7395905C37765518
Octal151631113101346716612530
Binary1101111001110011011001010111001101111110110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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