#003011

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

Shades of Dark Green #003011

Tints of Dark Green #003011

Color information

#003011 (or 0x003011) is unknown color: approx Dark Green. HEX triplet: 00, 30 and 11. RGB value is (0,48,17). Sum of RGB (Red+Green+Blue) = 0+48+17=65 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 65); Green value is 48 (19.14% from 255 or 73.85% from 65); Blue value is 17 (7.03% from 255 or 26.15% from 65); Max value from RGB is 48 - color contains mainly: green. Hex color #003011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003011 is #FFCFEE. Grayscale: #1E1E1E. Windows color (decimal): -16764911 or 1126400. OLE color: 1126400.

HSL color Cylindrical-coordinate representation of color #003011: hue angle of 141.25º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003011 is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB04817-
CMYK100.650.81
HSL141.25º100%9.41%-
HSV(B)141.25º100%18.82%-
XYZ1.162.150.89-
YUV30.11120.6106.52-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 48 (19.14% from 255) = 73.85%
BLUE value IS 17 (7.03% from 255) = 26.15%
R=0%
G=73.85%
B=26.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal04817100.650.81141.251009.41
Hex0301164041518d649
Octal06021144010112121514411
Binary01100001000111001000100000110100011000110111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003011; }

 p { color: rgb(0,48,17); }

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

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

 a { background-color: rgb(0,48,17); }

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

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

 span { border-color: rgb(0,48,17); }

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