#042015

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

Shades of Dark Green #042015

Tints of Dark Green #042015

Color information

#042015 (or 0x042015) is unknown color: approx Dark Green. HEX triplet: 04, 20 and 15. RGB value is (4,32,21). Sum of RGB (Red+Green+Blue) = 4+32+21=57 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.02% from 57); Green value is 32 (12.89% from 255 or 56.14% from 57); Blue value is 21 (8.59% from 255 or 36.84% from 57); Max value from RGB is 32 - color contains mainly: green. Hex color #042015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042015 is #FBDFEA. Grayscale: #161616. Windows color (decimal): -16506859 or 1384452. OLE color: 1384452.

HSL color Cylindrical-coordinate representation of color #042015: hue angle of 156.43º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #042015 is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.87.

Color convert

RGB43221-
CMYK0.8700.340.87
HSL156.43º77.78%7.06%-
HSV(B)156.43º87.5%12.55%-
XYZ0.71.110.89-
YUV22.37127.22114.89-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.02%
GREEN value IS 32 (12.89% from 255) = 56.14%
BLUE value IS 21 (8.59% from 255) = 36.84%
R=7.02%
G=56.14%
B=36.84%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal432210.8700.340.87156.4377.787.06
Hex4201557022579c4e7
Octal440251270421272341167
Binary10010000010101101011101000101010111100111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042015; }

 p { color: rgb(4,32,21); }

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

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

 a { background-color: rgb(4,32,21); }

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

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

 span { border-color: rgb(4,32,21); }

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