#042810

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

Shades of Dark Green #042810

Tints of Dark Green #042810

Color information

#042810 (or 0x042810) is unknown color: approx Dark Green. HEX triplet: 04, 28 and 10. RGB value is (4,40,16). Sum of RGB (Red+Green+Blue) = 4+40+16=60 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.67% from 60); Green value is 40 (16.02% from 255 or 66.67% from 60); Blue value is 16 (6.64% from 255 or 26.67% from 60); Max value from RGB is 40 - color contains mainly: green. Hex color #042810 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042810 is #FBD7EF. Grayscale: #1A1A1A. Windows color (decimal): -16504816 or 1058820. OLE color: 1058820.

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

Color convert

RGB44016-
CMYK0.9000.600.84
HSL140º81.82%8.63%-
HSV(B)140º90%15.69%-
XYZ0.91.580.75-
YUV26.5122.07111.95-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.67%
GREEN value IS 40 (16.02% from 255) = 66.67%
BLUE value IS 16 (6.64% from 255) = 26.67%
R=6.67%
G=66.67%
B=26.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal440160.9000.600.8414081.828.63
Hex428105A03C548c529
Octal4502013207412421412211
Binary100101000100001011010011110010101001000110010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042810; }

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

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

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

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

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

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

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

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