#042910

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

Shades of Dark Green #042910

Tints of Dark Green #042910

Color information

#042910 (or 0x042910) is unknown color: approx Dark Green. HEX triplet: 04, 29 and 10. RGB value is (4,41,16). Sum of RGB (Red+Green+Blue) = 4+41+16=61 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.56% from 61); Green value is 41 (16.41% from 255 or 67.21% from 61); Blue value is 16 (6.64% from 255 or 26.23% from 61); Max value from RGB is 41 - color contains mainly: green. Hex color #042910 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042910 is #FBD6EF. Grayscale: #1B1B1B. Windows color (decimal): -16504560 or 1059076. OLE color: 1059076.

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

Color convert

RGB44116-
CMYK0.9000.610.84
HSL139.46º82.22%8.82%-
HSV(B)139.46º90.24%16.08%-
XYZ0.941.650.76-
YUV27.09121.74111.53-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.56%
GREEN value IS 41 (16.41% from 255) = 67.21%
BLUE value IS 16 (6.64% from 255) = 26.23%
R=6.56%
G=67.21%
B=26.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal441160.9000.610.84139.4682.228.82
Hex429105A03D548b529
Octal4512013207512421312211
Binary100101001100001011010011110110101001000101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042910; }

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

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

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

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

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

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

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

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