#042812

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

Shades of Dark Green #042812

Tints of Dark Green #042812

Color information

#042812 (or 0x042812) is unknown color: approx Dark Green. HEX triplet: 04, 28 and 12. RGB value is (4,40,18). Sum of RGB (Red+Green+Blue) = 4+40+18=62 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.45% from 62); Green value is 40 (16.02% from 255 or 64.52% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 40 - color contains mainly: green. Hex color #042812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042812 is #FBD7ED. Grayscale: #1A1A1A. Windows color (decimal): -16504814 or 1189892. OLE color: 1189892.

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

Color convert

RGB44018-
CMYK0.9000.550.84
HSL143.33º81.82%8.63%-
HSV(B)143.33º90%15.69%-
XYZ0.921.590.83-
YUV26.73123.07111.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.45%
GREEN value IS 40 (16.02% from 255) = 64.52%
BLUE value IS 18 (7.42% from 255) = 29.03%
R=6.45%
G=64.52%
B=29.03%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal440180.9000.550.84143.3381.828.63
Hex428125A037548f529
Octal4502213206712421712211
Binary100101000100101011010011011110101001000111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042812; }

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

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

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

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

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

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

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

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