#003021

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

Shades of Dark Green #003021

Tints of Dark Green #003021

Color information

#003021 (or 0x003021) is unknown color: approx Dark Green. HEX triplet: 00, 30 and 21. RGB value is (0,48,33). Sum of RGB (Red+Green+Blue) = 0+48+33=81 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 81); Green value is 48 (19.14% from 255 or 59.26% from 81); Blue value is 33 (13.28% from 255 or 40.74% from 81); Max value from RGB is 48 - color contains mainly: green. Hex color #003021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003021 is #FFCFDE. Grayscale: #1F1F1F. Windows color (decimal): -16764895 or 2174976. OLE color: 2174976.

HSL color Cylindrical-coordinate representation of color #003021: hue angle of 161.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 #003021 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB04833-
CMYK100.310.81
HSL161.25º100%9.41%-
HSV(B)161.25º100%18.82%-
XYZ1.332.221.8-
YUV31.94128.6105.22-

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) = 59.26%
BLUE value IS 33 (13.28% from 255) = 40.74%
R=0%
G=59.26%
B=40.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal04833100.310.81161.251009.41
Hex030216401F51a1649
Octal0604114403712124114411
Binary0110000100001110010001111110100011010000111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003021; }

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

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

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

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

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

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

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

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