Shades of Dark Green #043330
Tints of Dark Green #043330
RGB
CMYK
RGB Variations
Color information
#043330 (or 0x043330) is known color: Dark Green. HEX triplet: 04, 33 and 30. RGB value is (4,51,48). Sum of RGB (Red+Green+Blue) = 4+51+48=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 51 (20.31% from 255 or 49.51% from 103); Blue value is 48 (19.14% from 255 or 46.60% from 103); Max value from RGB is 51 - color contains mainly: green. Hex color #043330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043330 is #FBCCCF. Grayscale: #242424. Windows color (decimal): -16501968 or 3158788. OLE color: 3158788.
HSL color Cylindrical-coordinate representation of color #043330: hue angle of 176.17º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #043330 is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 4 | 51 | 48 | - |
| CMYK | 0.92 | 0 | 0.06 | 0.8 |
| HSL | 176.17º | 0.85% | 0.11% | - |
| HSV(B) | 176.17º | 0.92% | 0.2% | - |
| XYZ | 1.77 | 2.61 | 3.21 | - |
| YUV | 36.61 | 134.43 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 51 | 48 | 0.92 | 0 | 0.06 | 0.8 | 176.17 | 0.85 | 0.11 |
| Hex | 4 | 33 | 30 | 5C | 0 | 6 | 50 | B0 | 55 | B |
| Octal | 4 | 63 | 60 | 134 | 0 | 6 | 120 | 260 | 125 | 13 |
| Binary | 100 | 110011 | 110000 | 1011100 | 0 | 110 | 1010000 | 10110000 | 1010101 | 1011 |
Color Harmonies of #043330
Complementary color
Monochromatic Colors of #043330
Black with #043330
Text Example
Text Example
White with #043330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043330; }
p { color: rgb(4,51,48); }
H1.HeaderClassName
{
color: #043330;
}
.AnyTagClassName
{
color: #043330;
}
</style>
background-color css
<style>
a { background-color: #043330; }
a { background-color: rgb(4,51,48); }
div.DivClassName
{
background-color: #043330;
}
.BgClassName
{
background-color: #043330;
}
</style>
border-color css
<style>
span { border-color: #043330; }
span { border-color: rgb(4,51,48); }
td.TdClassName
{
border-color: #043330;
}
.TagClassName
{
border-color: #043330;
}
</style>