#042110

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

Shades of Dark Green #042110

Tints of Dark Green #042110

Color information

#042110 (or 0x042110) is unknown color: approx Dark Green. HEX triplet: 04, 21 and 10. RGB value is (4,33,16). Sum of RGB (Red+Green+Blue) = 4+33+16=53 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.55% from 53); Green value is 33 (13.28% from 255 or 62.26% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 33 - color contains mainly: green. Hex color #042110 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042110 is #FBDEEF. Grayscale: #161616. Windows color (decimal): -16506608 or 1057028. OLE color: 1057028.

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

Color convert

RGB43316-
CMYK0.8800.520.87
HSL144.83º78.38%7.25%-
HSV(B)144.83º87.88%12.94%-
XYZ0.691.150.68-
YUV22.39124.39114.88-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.55%
GREEN value IS 33 (13.28% from 255) = 62.26%
BLUE value IS 16 (6.64% from 255) = 30.19%
R=7.55%
G=62.26%
B=30.19%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal433160.8800.520.87144.8378.387.25
Hex421105803457914e7
Octal441201300641272211167
Binary10010000110000101100001101001010111100100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042110; }

 p { color: rgb(4,33,16); }

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

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

 a { background-color: rgb(4,33,16); }

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

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

 span { border-color: rgb(4,33,16); }

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