#042813

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

Shades of Dark Green #042813

Tints of Dark Green #042813

Color information

#042813 (or 0x042813) is unknown color: approx Dark Green. HEX triplet: 04, 28 and 13. RGB value is (4,40,19). Sum of RGB (Red+Green+Blue) = 4+40+19=63 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.35% from 63); Green value is 40 (16.02% from 255 or 63.49% from 63); Blue value is 19 (7.81% from 255 or 30.16% from 63); Max value from RGB is 40 - color contains mainly: green. Hex color #042813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042813 is #FBD7EC. Grayscale: #1A1A1A. Windows color (decimal): -16504813 or 1255428. OLE color: 1255428.

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

Color convert

RGB44019-
CMYK0.9000.520.84
HSL145º81.82%8.63%-
HSV(B)145º90%15.69%-
XYZ0.931.590.87-
YUV26.84123.57111.71-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.35%
GREEN value IS 40 (16.02% from 255) = 63.49%
BLUE value IS 19 (7.81% from 255) = 30.16%
R=6.35%
G=63.49%
B=30.16%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal440190.9000.520.8414581.828.63
Hex428135A0345491529
Octal4502313206412422112211
Binary100101000100111011010011010010101001001000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042813; }

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

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

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

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

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

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

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

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