Shades of Dark Green #042E2B
Tints of Dark Green #042E2B
RGB
CMYK
RGB Variations
Color information
#042E2B (or 0x042E2B) is known color: Dark Green. HEX triplet: 04, 2E and 2B. RGB value is (4,46,43). Sum of RGB (Red+Green+Blue) = 4+46+43=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 46 (18.36% from 255 or 49.46% from 93); Blue value is 43 (17.19% from 255 or 46.24% from 93); Max value from RGB is 46 - color contains mainly: green. Hex color #042E2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042E2B is #FBD1D4. Grayscale: #212121. Windows color (decimal): -16503253 or 2829828. OLE color: 2829828.
HSL color Cylindrical-coordinate representation of color #042E2B: hue angle of 175.71º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #042E2B is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.82.
Color convert
RGB | 4 | 46 | 43 | - |
CMYK | 0.91 | 0 | 0.07 | 0.82 |
HSL | 175.71º | 0.84% | 0.1% | - |
HSV(B) | 175.71º | 0.91% | 0.18% | - |
XYZ | 1.46 | 2.15 | 2.62 | - |
YUV | 33.1 | 133.59 | 107.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 4 | 46 | 43 | 0.91 | 0 | 0.07 | 0.82 | 175.71 | 0.84 | 0.1 |
Hex | 4 | 2E | 2B | 5B | 0 | 7 | 52 | B0 | 54 | A |
Octal | 4 | 56 | 53 | 133 | 0 | 7 | 122 | 260 | 124 | 12 |
Binary | 100 | 101110 | 101011 | 1011011 | 0 | 111 | 1010010 | 10110000 | 1010100 | 1010 |
Color Harmonies of #042E2B
Complementary color
Monochromatic Colors of #042E2B
Black with #042E2B
Text Example
Text Example
White with #042E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042E2B; }
p { color: rgb(4,46,43); }
H1.HeaderClassName
{
color: #042E2B;
}
.AnyTagClassName
{
color: #042E2B;
}
</style>
background-color css
<style>
a { background-color: #042E2B; }
a { background-color: rgb(4,46,43); }
div.DivClassName
{
background-color: #042E2B;
}
.BgClassName
{
background-color: #042E2B;
}
</style>
border-color css
<style>
span { border-color: #042E2B; }
span { border-color: rgb(4,46,43); }
td.TdClassName
{
border-color: #042E2B;
}
.TagClassName
{
border-color: #042E2B;
}
</style>