#0D6003

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

Shades of Green #0D6003

Tints of Green #0D6003

Color information

#0D6003 (or 0x0D6003) is unknown color: approx Green. HEX triplet: 0D, 60 and 03. RGB value is (13,96,3). Sum of RGB (Red+Green+Blue) = 13+96+3=112 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.61% from 112); Green value is 96 (37.89% from 255 or 85.71% from 112); Blue value is 3 (1.56% from 255 or 2.68% from 112); Max value from RGB is 96 - color contains mainly: green. Hex color #0D6003 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6003 is #F29FFC. Grayscale: #3C3C3C. Windows color (decimal): -15900669 or 221197. OLE color: 221197.

HSL color Cylindrical-coordinate representation of color #0D6003: hue angle of 113.55º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D6003 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB13963-
CMYK0.8600.970.62
HSL113.55º93.94%19.41%-
HSV(B)113.55º96.88%37.65%-
XYZ4.378.461.49-
YUV60.5895.594.06-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.61%
GREEN value IS 96 (37.89% from 255) = 85.71%
BLUE value IS 3 (1.56% from 255) = 2.68%
R=11.61%
G=85.71%
B=2.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal139630.8600.970.62113.5593.9419.41
HexD603560613E725e13
Octal15140312601417616213623
Binary11011100000111010110011000011111101110010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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