#042A12

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

Shades of Dark Green #042A12

Tints of Dark Green #042A12

Color information

#042A12 (or 0x042A12) is unknown color: approx Dark Green. HEX triplet: 04, 2A and 12. RGB value is (4,42,18). Sum of RGB (Red+Green+Blue) = 4+42+18=64 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.25% from 64); Green value is 42 (16.80% from 255 or 65.62% from 64); Blue value is 18 (7.42% from 255 or 28.12% from 64); Max value from RGB is 42 - color contains mainly: green. Hex color #042A12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042A12 is #FBD5ED. Grayscale: #1B1B1B. Windows color (decimal): -16504302 or 1190404. OLE color: 1190404.

HSL color Cylindrical-coordinate representation of color #042A12: hue angle of 142.11º degrees, saturation: 0.83, 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 #042A12 is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.84.

Color convert

RGB44218-
CMYK0.9000.570.84
HSL142.11º82.61%9.02%-
HSV(B)142.11º90.48%16.47%-
XYZ0.991.730.85-
YUV27.9122.41110.95-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.25%
GREEN value IS 42 (16.80% from 255) = 65.62%
BLUE value IS 18 (7.42% from 255) = 28.12%
R=6.25%
G=65.62%
B=28.12%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal442180.9000.570.84142.1182.619.02
Hex42A125A039548e539
Octal4522213207112421612311
Binary100101010100101011010011100110101001000111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042A12; }

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

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

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

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

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

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

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

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