#042928

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

Shades of Dark Green #042928

Tints of Dark Green #042928

Color information

#042928 (or 0x042928) is unknown color: approx Dark Green. HEX triplet: 04, 29 and 28. RGB value is (4,41,40). Sum of RGB (Red+Green+Blue) = 4+41+40=85 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.71% from 85); Green value is 41 (16.41% from 255 or 48.24% from 85); Blue value is 40 (16.02% from 255 or 47.06% from 85); Max value from RGB is 41 - color contains mainly: green. Hex color #042928 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042928 is #FBD6D7. Grayscale: #1D1D1D. Windows color (decimal): -16504536 or 2631940. OLE color: 2631940.

HSL color Cylindrical-coordinate representation of color #042928: hue angle of 178.38º 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 #042928 is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.84.

Color convert

RGB44140-
CMYK0.9000.020.84
HSL178.38º82.22%8.82%-
HSV(B)178.38º90.24%16.08%-
XYZ1.231.762.28-
YUV29.82133.74109.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.71%
GREEN value IS 41 (16.41% from 255) = 48.24%
BLUE value IS 40 (16.02% from 255) = 47.06%
R=4.71%
G=48.24%
B=47.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal441400.9000.020.84178.3882.228.82
Hex429285A0254b2529
Octal451501320212426212211
Binary100101001101000101101001010101001011001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042928; }

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

 H1.HeaderClassName
 {
   color: #042928;
 }
 .AnyTagClassName
 {
   color: #042928;
 }
</style>
background-color css

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

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

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

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

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

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