#042914

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

Shades of Dark Green #042914

Tints of Dark Green #042914

Color information

#042914 (or 0x042914) is unknown color: approx Dark Green. HEX triplet: 04, 29 and 14. RGB value is (4,41,20). Sum of RGB (Red+Green+Blue) = 4+41+20=65 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.15% from 65); Green value is 41 (16.41% from 255 or 63.08% from 65); Blue value is 20 (8.20% from 255 or 30.77% from 65); Max value from RGB is 41 - color contains mainly: green. Hex color #042914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042914 is #FBD6EB. Grayscale: #1B1B1B. Windows color (decimal): -16504556 or 1321220. OLE color: 1321220.

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

Color convert

RGB44120-
CMYK0.9000.510.84
HSL145.95º82.22%8.82%-
HSV(B)145.95º90.24%16.08%-
XYZ0.971.660.93-
YUV27.54123.74111.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.15%
GREEN value IS 41 (16.41% from 255) = 63.08%
BLUE value IS 20 (8.20% from 255) = 30.77%
R=6.15%
G=63.08%
B=30.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal441200.9000.510.84145.9582.228.82
Hex429145A0335492529
Octal4512413206312422212211
Binary100101001101001011010011001110101001001001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042914; }

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

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

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

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

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

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

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

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