#003218

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

Shades of Dark Green #003218

Tints of Dark Green #003218

Color information

#003218 (or 0x003218) is unknown color: approx Dark Green. HEX triplet: 00, 32 and 18. RGB value is (0,50,24). Sum of RGB (Red+Green+Blue) = 0+50+24=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 50 (19.92% from 255 or 67.57% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 50 - color contains mainly: green. Hex color #003218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003218 is #FFCDE7. Grayscale: #202020. Windows color (decimal): -16764392 or 1585664. OLE color: 1585664.

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

Color convert

RGB05024-
CMYK100.520.80
HSL148.8º100%9.8%-
HSV(B)148.8º100%19.61%-
XYZ1.312.351.25-
YUV32.09123.44105.11-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 50 (19.92% from 255) = 67.57%
BLUE value IS 24 (9.77% from 255) = 32.43%
R=0%
G=67.57%
B=32.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal05024100.520.80148.81009.8
Hex0321864034509564a
Octal0623014406412022514412
Binary0110010110001100100011010010100001001010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003218; }

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

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

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

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

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

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

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

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