Shades of Dark Green #033B2D
Tints of Dark Green #033B2D
RGB
CMYK
RGB Variations
Color information
#033B2D (or 0x033B2D) is known color: Dark Green. HEX triplet: 03, 3B and 2D. RGB value is (3,59,45). Sum of RGB (Red+Green+Blue) = 3+59+45=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 59 (23.44% from 255 or 55.14% from 107); Blue value is 45 (17.97% from 255 or 42.06% from 107); Max value from RGB is 59 - color contains mainly: green. Hex color #033B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033B2D is #FCC4D2. Grayscale: #282828. Windows color (decimal): -16565459 or 2964227. OLE color: 2964227.
HSL color Cylindrical-coordinate representation of color #033B2D: hue angle of 165º 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 #033B2D is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 3 | 59 | 45 | - |
| CMYK | 0.95 | 0 | 0.24 | 0.77 |
| HSL | 165º | 0.9% | 0.12% | - |
| HSV(B) | 165º | 0.95% | 0.23% | - |
| XYZ | 2.08 | 3.34 | 3.02 | - |
| YUV | 40.66 | 130.45 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 59 | 45 | 0.95 | 0 | 0.24 | 0.77 | 165 | 0.9 | 0.12 |
| Hex | 3 | 3B | 2D | 5F | 0 | 18 | 4D | A5 | 5A | C |
| Octal | 3 | 73 | 55 | 137 | 0 | 30 | 115 | 245 | 132 | 14 |
| Binary | 11 | 111011 | 101101 | 1011111 | 0 | 11000 | 1001101 | 10100101 | 1011010 | 1100 |
Color Harmonies of #033B2D
Complementary color
Monochromatic Colors of #033B2D
Black with #033B2D
Text Example
Text Example
White with #033B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033B2D; }
p { color: rgb(3,59,45); }
H1.HeaderClassName
{
color: #033B2D;
}
.AnyTagClassName
{
color: #033B2D;
}
</style>
background-color css
<style>
a { background-color: #033B2D; }
a { background-color: rgb(3,59,45); }
div.DivClassName
{
background-color: #033B2D;
}
.BgClassName
{
background-color: #033B2D;
}
</style>
border-color css
<style>
span { border-color: #033B2D; }
span { border-color: rgb(3,59,45); }
td.TdClassName
{
border-color: #033B2D;
}
.TagClassName
{
border-color: #033B2D;
}
</style>