#0D7303

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

Shades of Green #0D7303

Tints of Green #0D7303

Color information

#0D7303 (or 0x0D7303) is unknown color: approx Green. HEX triplet: 0D, 73 and 03. RGB value is (13,115,3). Sum of RGB (Red+Green+Blue) = 13+115+3=131 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.92% from 131); Green value is 115 (45.31% from 255 or 87.79% from 131); Blue value is 3 (1.56% from 255 or 2.29% from 131); Max value from RGB is 115 - color contains mainly: green. Hex color #0D7303 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7303 is #F28CFC. Grayscale: #484848. Windows color (decimal): -15895805 or 226061. OLE color: 226061.

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

Color convert

RGB131153-
CMYK0.8900.970.55
HSL114.64º94.92%23.14%-
HSV(B)114.64º97.39%45.1%-
XYZ6.3112.352.14-
YUV71.7389.2186.11-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.92%
GREEN value IS 115 (45.31% from 255) = 87.79%
BLUE value IS 3 (1.56% from 255) = 2.29%
R=9.92%
G=87.79%
B=2.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1311530.8900.970.55114.6494.9223.14
HexD7335906137735f17
Octal15163313101416716313727
Binary11011110011111011001011000011101111110011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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