Html Css Color HEX #042821 Dark Green

📋 copy color: '#042821'

red 4 ◦ green 40 ◦ blue 33

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

Shades of Dark Green #042821

Tints of Dark Green #042821

RGB

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

 GREEN value IS 40 (16.02% from 255) = 51.95%

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

R = 5.19%
G = 51.95%
B = 42.86%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.17

 K value IS 0.84

RGB Variations

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

Color information

#042821 (or 0x042821) is known color: Dark Green. HEX triplet: 04, 28 and 21. RGB value is (4,40,33). Sum of RGB (Red+Green+Blue) = 4+40+33=77 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.19% from 77); Green value is 40 (16.02% from 255 or 51.95% from 77); Blue value is 33 (13.28% from 255 or 42.86% from 77); Max value from RGB is 40 - color contains mainly: green. Hex color #042821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042821 is #FBD7DE. Grayscale: #1C1C1C. Windows color (decimal): -16504799 or 2172932. OLE color: 2172932.

HSL color Cylindrical-coordinate representation of color #042821: hue angle of 168.33º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #042821 is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB 4 40 33 -
CMYK 0.90 0 0.17 0.84
HSL 168.33º 0.82% 0.09% -
HSV(B) 168.33º 0.9% 0.16% -
XYZ 1.08 1.65 1.7 -
YUV 28.44 130.57 110.57 -
System Red Green Blue C M Y K H S L
Decimal 4 40 33 0.90 0 0.17 0.84 168.33 0.82 0.09
Hex 4 28 21 5A 0 11 54 A8 52 9
Octal 4 50 41 132 0 21 124 250 122 11
Binary 100 101000 100001 1011010 0 10001 1010100 10101000 1010010 1001

Color Harmonies of #042821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042821

Black with #042821

Text Example


Text Example

White with #042821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042821; }

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

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

background-color css

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

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

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

border-color css

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

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

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