#042926

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

Shades of Dark Green #042926

Tints of Dark Green #042926

Color information

#042926 (or 0x042926) is unknown color: approx Dark Green. HEX triplet: 04, 29 and 26. RGB value is (4,41,38). Sum of RGB (Red+Green+Blue) = 4+41+38=83 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.82% from 83); Green value is 41 (16.41% from 255 or 49.40% from 83); Blue value is 38 (15.23% from 255 or 45.78% from 83); Max value from RGB is 41 - color contains mainly: green. Hex color #042926 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042926 is #FBD6D9. Grayscale: #1D1D1D. Windows color (decimal): -16504538 or 2500868. OLE color: 2500868.

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

Color convert

RGB44138-
CMYK0.9000.070.84
HSL175.14º82.22%8.82%-
HSV(B)175.14º90.24%16.08%-
XYZ1.191.752.11-
YUV29.6132.74109.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.82%
GREEN value IS 41 (16.41% from 255) = 49.40%
BLUE value IS 38 (15.23% from 255) = 45.78%
R=4.82%
G=49.40%
B=45.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal441380.9000.070.84175.1482.228.82
Hex429265A0754af529
Octal451461320712425712211
Binary1001010011001101011010011110101001010111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042926; }

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

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

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

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

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

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

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

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