Html Css Color HEX #002122 Dark Green

📋 copy color: '#002122'

red 0 ◦ green 33 ◦ blue 34

#002122
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #002122

Tints of Dark Green #002122

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 value IS 1

 M value IS 0.03

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#002122 (or 0x002122) is known color: 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

RGB 0 33 34 -
CMYK 1 0.03 0 0.87
HSL 181.76º 1% 0.07% -
HSV(B) 181.76º 1% 0.13% -
XYZ 0.83 1.2 1.7 -
YUV 23.25 134.07 111.42 -
System Red Green Blue C M Y K H S L
Decimal 0 33 34 1 0.03 0 0.87 181.76 1 0.07
Hex 0 21 22 64 3 0 57 B6 64 7
Octal 0 41 42 144 3 0 127 266 144 7
Binary 0 100001 100010 1100100 11 0 1010111 10110110 1100100 111

Color Harmonies of #002122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002122

Black with #002122

Text Example


Text Example

White with #002122

Text Example


Text Example

HTML Codes & Css Web 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>