#002321

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

Shades of Dark Green #002321

Tints of Dark Green #002321

Color information

#002321 (or 0x002321) is unknown color: approx Dark Green. HEX triplet: 00, 23 and 21. RGB value is (0,35,33). Sum of RGB (Red+Green+Blue) = 0+35+33=68 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 68); Green value is 35 (14.06% from 255 or 51.47% from 68); Blue value is 33 (13.28% from 255 or 48.53% from 68); Max value from RGB is 35 - color contains mainly: green. Hex color #002321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002321 is #FFDCDE. Grayscale: #181818. Windows color (decimal): -16768223 or 2171648. OLE color: 2171648.

HSL color Cylindrical-coordinate representation of color #002321: hue angle of 176.57º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002321 is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.86.

Color convert

RGB03533-
CMYK100.060.86
HSL176.57º100%6.86%-
HSV(B)176.57º100%13.73%-
XYZ0.881.311.65-
YUV24.31132.9110.66-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 35 (14.06% from 255) = 51.47%
BLUE value IS 33 (13.28% from 255) = 48.53%
R=0%
G=51.47%
B=48.53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal03533100.060.86176.571006.86
Hex02321640656b1647
Octal04341144061262611447
Binary0100011100001110010001101010110101100011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002321; }

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

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

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

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

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

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

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

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