#042821

Color #042821 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #042821

Tints of Dark Green #042821

Color information

#042821 (or 0x042821) is unknown color: approx 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

RGB44033-
CMYK0.9000.170.84
HSL168.33º81.82%8.63%-
HSV(B)168.33º90%15.69%-
XYZ1.081.651.7-
YUV28.44130.57110.57-

RGB Variations

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

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 (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal440330.9000.170.84168.3381.828.63
Hex428215A01154a8529
Octal4504113202112425012211
Binary100101000100001101101001000110101001010100010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>