#042A26

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

Shades of Dark Green #042A26

Tints of Dark Green #042A26

Color information

#042A26 (or 0x042A26) is unknown color: approx Dark Green. HEX triplet: 04, 2A and 26. RGB value is (4,42,38). Sum of RGB (Red+Green+Blue) = 4+42+38=84 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.76% from 84); Green value is 42 (16.80% from 255 or 50% from 84); Blue value is 38 (15.23% from 255 or 45.24% from 84); Max value from RGB is 42 - color contains mainly: green. Hex color #042A26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042A26 is #FBD5D9. Grayscale: #1E1E1E. Windows color (decimal): -16504282 or 2501124. OLE color: 2501124.

HSL color Cylindrical-coordinate representation of color #042A26: hue angle of 173.68º degrees, saturation: 0.83, 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 #042A26 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.84.

Color convert

RGB44238-
CMYK0.9000.100.84
HSL173.68º82.61%9.02%-
HSV(B)173.68º90.48%16.47%-
XYZ1.231.822.12-
YUV30.18132.41109.33-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.76%
GREEN value IS 42 (16.80% from 255) = 50%
BLUE value IS 38 (15.23% from 255) = 45.24%
R=4.76%
G=50%
B=45.24%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal442380.9000.100.84173.6882.619.02
Hex42A265A0A54ae539
Octal4524613201212425612311
Binary10010101010011010110100101010101001010111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042A26; }

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

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

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

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

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

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

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

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