#002921

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

Shades of Dark Green #002921

Tints of Dark Green #002921

Color information

#002921 (or 0x002921) is unknown color: approx Dark Green. HEX triplet: 00, 29 and 21. RGB value is (0,41,33). Sum of RGB (Red+Green+Blue) = 0+41+33=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 41 (16.41% from 255 or 55.41% from 74); Blue value is 33 (13.28% from 255 or 44.59% from 74); Max value from RGB is 41 - color contains mainly: green. Hex color #002921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002921 is #FFD6DE. Grayscale: #1B1B1B. Windows color (decimal): -16766687 or 2173184. OLE color: 2173184.

HSL color Cylindrical-coordinate representation of color #002921: hue angle of 168.29º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002921 is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB04133-
CMYK100.200.84
HSL168.29º100%8.04%-
HSV(B)168.29º100%16.08%-
XYZ1.071.71.71-
YUV27.83130.92108.15-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 41 (16.41% from 255) = 55.41%
BLUE value IS 33 (13.28% from 255) = 44.59%
R=0%
G=55.41%
B=44.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal04133100.200.84168.291008.04
Hex029216401454a8648
Octal0514114402412425014410
Binary0101001100001110010001010010101001010100011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002921; }

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

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

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

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

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

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

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

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