Html Css Color HEX #042121 Dark Green

📋 copy color: '#042121'

red 4 ◦ green 33 ◦ blue 33

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

Shades of Dark Green #042121

Tints of Dark Green #042121

RGB

 RED value IS 4 (1.95% from 255) = 5.71%

 GREEN value IS 33 (13.28% from 255) = 47.14%

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

R = 5.71%
G = 47.14%
B = 47.14%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#042121 (or 0x042121) is known color: Dark Green. HEX triplet: 04, 21 and 21. RGB value is (4,33,33). Sum of RGB (Red+Green+Blue) = 4+33+33=70 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.71% from 70); Green value is 33 (13.28% from 255 or 47.14% from 70); Blue value is 33 (13.28% from 255 or 47.14% from 70); Max value from RGB is 33 - color contains mainly: green, blue. Hex color #042121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042121 is #FBDEDE. Grayscale: #181818. Windows color (decimal): -16506591 or 2171140. OLE color: 2171140.

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

Color convert

RGB 4 33 33 -
CMYK 0.88 0 0 0.87
HSL 180º 0.78% 0.07% -
HSV(B) 180º 0.88% 0.13% -
XYZ 0.87 1.22 1.63 -
YUV 24.33 132.89 113.5 -
System Red Green Blue C M Y K H S L
Decimal 4 33 33 0.88 0 0 0.87 180 0.78 0.07
Hex 4 21 21 58 0 0 57 B4 4E 7
Octal 4 41 41 130 0 0 127 264 116 7
Binary 100 100001 100001 1011000 0 0 1010111 10110100 1001110 111

Color Harmonies of #042121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042121

Black with #042121

Text Example


Text Example

White with #042121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042121; }

 p { color: rgb(4,33,33); }

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

background-color css

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

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

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

border-color css

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

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

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