Shades of Dark Green #033A2D
Tints of Dark Green #033A2D
RGB
CMYK
RGB Variations
Color information
#033A2D (or 0x033A2D) is known color: Dark Green. HEX triplet: 03, 3A and 2D. RGB value is (3,58,45). Sum of RGB (Red+Green+Blue) = 3+58+45=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 58 (23.05% from 255 or 54.72% from 106); Blue value is 45 (17.97% from 255 or 42.45% from 106); Max value from RGB is 58 - color contains mainly: green. Hex color #033A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033A2D is #FCC5D2. Grayscale: #282828. Windows color (decimal): -16565715 or 2963971. OLE color: 2963971.
HSL color Cylindrical-coordinate representation of color #033A2D: hue angle of 165.82º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033A2D is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 3 | 58 | 45 | - |
| CMYK | 0.95 | 0 | 0.22 | 0.77 |
| HSL | 165.82º | 0.9% | 0.12% | - |
| HSV(B) | 165.82º | 0.95% | 0.23% | - |
| XYZ | 2.02 | 3.23 | 3 | - |
| YUV | 40.07 | 130.78 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 45 | 0.95 | 0 | 0.22 | 0.77 | 165.82 | 0.9 | 0.12 |
| Hex | 3 | 3A | 2D | 5F | 0 | 16 | 4D | A6 | 5A | C |
| Octal | 3 | 72 | 55 | 137 | 0 | 26 | 115 | 246 | 132 | 14 |
| Binary | 11 | 111010 | 101101 | 1011111 | 0 | 10110 | 1001101 | 10100110 | 1011010 | 1100 |
Color Harmonies of #033A2D
Complementary color
Monochromatic Colors of #033A2D
Black with #033A2D
Text Example
Text Example
White with #033A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033A2D; }
p { color: rgb(3,58,45); }
H1.HeaderClassName
{
color: #033A2D;
}
.AnyTagClassName
{
color: #033A2D;
}
</style>
background-color css
<style>
a { background-color: #033A2D; }
a { background-color: rgb(3,58,45); }
div.DivClassName
{
background-color: #033A2D;
}
.BgClassName
{
background-color: #033A2D;
}
</style>
border-color css
<style>
span { border-color: #033A2D; }
span { border-color: rgb(3,58,45); }
td.TdClassName
{
border-color: #033A2D;
}
.TagClassName
{
border-color: #033A2D;
}
</style>