Html Css Color HEX #003021 Dark Green

📋 copy color: '#003021'

red 0 ◦ green 48 ◦ blue 33

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

Shades of Dark Green #003021

Tints of Dark Green #003021

RGB

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

 GREEN value IS 48 (19.14% from 255) = 59.26%

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

R = 0%
G = 59.26%
B = 40.74%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.31

 K value IS 0.81

RGB Variations

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

Color information

#003021 (or 0x003021) is known color: Dark Green. HEX triplet: 00, 30 and 21. RGB value is (0,48,33). Sum of RGB (Red+Green+Blue) = 0+48+33=81 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 81); Green value is 48 (19.14% from 255 or 59.26% from 81); Blue value is 33 (13.28% from 255 or 40.74% from 81); Max value from RGB is 48 - color contains mainly: green. Hex color #003021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003021 is #FFCFDE. Grayscale: #1F1F1F. Windows color (decimal): -16764895 or 2174976. OLE color: 2174976.

HSL color Cylindrical-coordinate representation of color #003021: hue angle of 161.25º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003021 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB 0 48 33 -
CMYK 1 0 0.31 0.81
HSL 161.25º 1% 0.09% -
HSV(B) 161.25º 1% 0.19% -
XYZ 1.33 2.22 1.8 -
YUV 31.94 128.6 105.22 -
System Red Green Blue C M Y K H S L
Decimal 0 48 33 1 0 0.31 0.81 161.25 1 0.09
Hex 0 30 21 64 0 1F 51 A1 64 9
Octal 0 60 41 144 0 37 121 241 144 11
Binary 0 110000 100001 1100100 0 11111 1010001 10100001 1100100 1001

Color Harmonies of #003021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003021

Black with #003021

Text Example


Text Example

White with #003021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003021; }

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

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

background-color css

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

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

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

border-color css

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

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

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