#003318

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

Shades of Dark Green #003318

Tints of Dark Green #003318

Color information

#003318 (or 0x003318) is unknown color: approx Dark Green. HEX triplet: 00, 33 and 18. RGB value is (0,51,24). Sum of RGB (Red+Green+Blue) = 0+51+24=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 51 (20.31% from 255 or 68% from 75); Blue value is 24 (9.77% from 255 or 32% from 75); Max value from RGB is 51 - color contains mainly: green. Hex color #003318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003318 is #FFCCE7. Grayscale: #202020. Windows color (decimal): -16764136 or 1585920. OLE color: 1585920.

HSL color Cylindrical-coordinate representation of color #003318: hue angle of 148.24º 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 #003318 is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.8.

Color convert

RGB05124-
CMYK100.530.8
HSL148.24º100%10%-
HSV(B)148.24º100%20%-
XYZ1.352.431.26-
YUV32.67123.1104.7-

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) = 68%
BLUE value IS 24 (9.77% from 255) = 32%
R=0%
G=68%
B=32%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal05124100.530.8148.2410010
Hex0331864035509464a
Octal0633014406512022414412
Binary0110011110001100100011010110100001001010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003318; }

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

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

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

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

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

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

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

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