#003312

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

Shades of Dark Green #003312

Tints of Dark Green #003312

Color information

#003312 (or 0x003312) is unknown color: approx Dark Green. HEX triplet: 00, 33 and 12. RGB value is (0,51,18). Sum of RGB (Red+Green+Blue) = 0+51+18=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 51 (20.31% from 255 or 73.91% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 51 - color contains mainly: green. Hex color #003312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003312 is #FFCCED. Grayscale: #202020. Windows color (decimal): -16764142 or 1192704. OLE color: 1192704.

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

Color convert

RGB05118-
CMYK100.650.8
HSL141.18º100%10%-
HSV(B)141.18º100%20%-
XYZ1.292.410.97-
YUV31.99120.1105.18-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 51 (20.31% from 255) = 73.91%
BLUE value IS 18 (7.42% from 255) = 26.09%
R=0%
G=73.91%
B=26.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal05118100.650.8141.1810010
Hex0331264041508d64a
Octal06322144010112021514412
Binary01100111001011001000100000110100001000110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003312; }

 p { color: rgb(0,51,18); }

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

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

 a { background-color: rgb(0,51,18); }

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

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

 span { border-color: rgb(0,51,18); }

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