#002122

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

Shades of Dark Green #002122

Tints of Dark Green #002122

Color information

#002122 (or 0x002122) is unknown color: approx Dark Green. HEX triplet: 00, 21 and 22. RGB value is (0,33,34). Sum of RGB (Red+Green+Blue) = 0+33+34=67 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 67); Green value is 33 (13.28% from 255 or 49.25% from 67); Blue value is 34 (13.67% from 255 or 50.75% from 67); Max value from RGB is 34 - color contains mainly: blue. Hex color #002122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002122 is #FFDEDD. Grayscale: #171717. Windows color (decimal): -16768734 or 2236672. OLE color: 2236672.

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

Color convert

RGB03334-
CMYK10.0300.87
HSL181.76º100%6.67%-
HSV(B)181.76º100%13.33%-
XYZ0.831.21.7-
YUV23.25134.07111.42-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 33 (13.28% from 255) = 49.25%
BLUE value IS 34 (13.67% from 255) = 50.75%
R=0%
G=49.25%
B=50.75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal0333410.0300.87181.761006.67
Hex02122643057b6647
Octal04142144301272661447
Binary010000110001011001001101010111101101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002122; }

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

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

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

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

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

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

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

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