Html Css Color HEX #002021 Dark Green

📋 copy color: '#002021'

red 0 ◦ green 32 ◦ blue 33

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

Shades of Dark Green #002021

Tints of Dark Green #002021

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 32 (12.89% from 255) = 49.23%

 BLUE value IS 33 (13.28% from 255) = 50.77%

R = 0%
G = 49.23%
B = 50.77%

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

#002021 (or 0x002021) is known color: Dark Green. HEX triplet: 00, 20 and 21. RGB value is (0,32,33). Sum of RGB (Red+Green+Blue) = 0+32+33=65 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 65); Green value is 32 (12.89% from 255 or 49.23% from 65); Blue value is 33 (13.28% from 255 or 50.77% from 65); Max value from RGB is 33 - color contains mainly: blue. Hex color #002021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002021 is #FFDFDE. Grayscale: #161616. Windows color (decimal): -16768991 or 2170880. OLE color: 2170880.

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

Color convert

RGB 0 32 33 -
CMYK 1 0.03 0 0.87
HSL 181.82º 1% 0.06% -
HSV(B) 181.82º 1% 0.13% -
XYZ 0.79 1.14 1.62 -
YUV 22.55 133.9 111.92 -
System Red Green Blue C M Y K H S L
Decimal 0 32 33 1 0.03 0 0.87 181.82 1 0.06
Hex 0 20 21 64 3 0 57 B6 64 6
Octal 0 40 41 144 3 0 127 266 144 6
Binary 0 100000 100001 1100100 11 0 1010111 10110110 1100100 110

Color Harmonies of #002021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002021

Black with #002021

Text Example


Text Example

White with #002021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002021; }

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

 H1.HeaderClassName
 {
   color: #002021;
 }
 .AnyTagClassName
 {
   color: #002021;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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