Shades of Dark Green #043B2B
Tints of Dark Green #043B2B
RGB
CMYK
RGB Variations
Color information
#043B2B (or 0x043B2B) is known color: Dark Green. HEX triplet: 04, 3B and 2B. RGB value is (4,59,43). Sum of RGB (Red+Green+Blue) = 4+59+43=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 59 (23.44% from 255 or 55.66% from 106); Blue value is 43 (17.19% from 255 or 40.57% from 106); Max value from RGB is 59 - color contains mainly: green. Hex color #043B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043B2B is #FBC4D4. Grayscale: #282828. Windows color (decimal): -16499925 or 2833156. OLE color: 2833156.
HSL color Cylindrical-coordinate representation of color #043B2B: hue angle of 162.55º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #043B2B is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 4 | 59 | 43 | - |
| CMYK | 0.93 | 0 | 0.27 | 0.77 |
| HSL | 162.55º | 0.87% | 0.12% | - |
| HSV(B) | 162.55º | 0.93% | 0.23% | - |
| XYZ | 2.05 | 3.33 | 2.82 | - |
| YUV | 40.73 | 129.28 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 59 | 43 | 0.93 | 0 | 0.27 | 0.77 | 162.55 | 0.87 | 0.12 |
| Hex | 4 | 3B | 2B | 5D | 0 | 1B | 4D | A3 | 57 | C |
| Octal | 4 | 73 | 53 | 135 | 0 | 33 | 115 | 243 | 127 | 14 |
| Binary | 100 | 111011 | 101011 | 1011101 | 0 | 11011 | 1001101 | 10100011 | 1010111 | 1100 |
Color Harmonies of #043B2B
Complementary color
Monochromatic Colors of #043B2B
Black with #043B2B
Text Example
Text Example
White with #043B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043B2B; }
p { color: rgb(4,59,43); }
H1.HeaderClassName
{
color: #043B2B;
}
.AnyTagClassName
{
color: #043B2B;
}
</style>
background-color css
<style>
a { background-color: #043B2B; }
a { background-color: rgb(4,59,43); }
div.DivClassName
{
background-color: #043B2B;
}
.BgClassName
{
background-color: #043B2B;
}
</style>
border-color css
<style>
span { border-color: #043B2B; }
span { border-color: rgb(4,59,43); }
td.TdClassName
{
border-color: #043B2B;
}
.TagClassName
{
border-color: #043B2B;
}
</style>