Shades of Dark Green #042C28
Tints of Dark Green #042C28
RGB
CMYK
RGB Variations
Color information
#042C28 (or 0x042C28) is known color: Dark Green. HEX triplet: 04, 2C and 28. RGB value is (4,44,40). Sum of RGB (Red+Green+Blue) = 4+44+40=88 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.55% from 88); Green value is 44 (17.58% from 255 or 50% from 88); Blue value is 40 (16.02% from 255 or 45.45% from 88); Max value from RGB is 44 - color contains mainly: green. Hex color #042C28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042C28 is #FBD3D7. Grayscale: #1F1F1F. Windows color (decimal): -16503768 or 2632708. OLE color: 2632708.
HSL color Cylindrical-coordinate representation of color #042C28: hue angle of 174º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #042C28 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 4 | 44 | 40 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.83 |
| HSL | 174º | 0.83% | 0.09% | - |
| HSV(B) | 174º | 0.91% | 0.17% | - |
| XYZ | 1.33 | 1.98 | 2.32 | - |
| YUV | 31.58 | 132.75 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 44 | 40 | 0.91 | 0 | 0.09 | 0.83 | 174 | 0.83 | 0.09 |
| Hex | 4 | 2C | 28 | 5B | 0 | 9 | 53 | AE | 53 | 9 |
| Octal | 4 | 54 | 50 | 133 | 0 | 11 | 123 | 256 | 123 | 11 |
| Binary | 100 | 101100 | 101000 | 1011011 | 0 | 1001 | 1010011 | 10101110 | 1010011 | 1001 |
Color Harmonies of #042C28
Complementary color
Monochromatic Colors of #042C28
Black with #042C28
Text Example
Text Example
White with #042C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042C28; }
p { color: rgb(4,44,40); }
H1.HeaderClassName
{
color: #042C28;
}
.AnyTagClassName
{
color: #042C28;
}
</style>
background-color css
<style>
a { background-color: #042C28; }
a { background-color: rgb(4,44,40); }
div.DivClassName
{
background-color: #042C28;
}
.BgClassName
{
background-color: #042C28;
}
</style>
border-color css
<style>
span { border-color: #042C28; }
span { border-color: rgb(4,44,40); }
td.TdClassName
{
border-color: #042C28;
}
.TagClassName
{
border-color: #042C28;
}
</style>