Shades of Dark Green #033B2A
Tints of Dark Green #033B2A
RGB
CMYK
RGB Variations
Color information
#033B2A (or 0x033B2A) is known color: Dark Green. HEX triplet: 03, 3B and 2A. RGB value is (3,59,42). Sum of RGB (Red+Green+Blue) = 3+59+42=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 59 (23.44% from 255 or 56.73% from 104); Blue value is 42 (16.80% from 255 or 40.38% from 104); Max value from RGB is 59 - color contains mainly: green. Hex color #033B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033B2A is #FCC4D5. Grayscale: #282828. Windows color (decimal): -16565462 or 2767619. OLE color: 2767619.
HSL color Cylindrical-coordinate representation of color #033B2A: hue angle of 161.79º 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 #033B2A is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 3 | 59 | 42 | - |
| CMYK | 0.95 | 0 | 0.29 | 0.77 |
| HSL | 161.79º | 0.9% | 0.12% | - |
| HSV(B) | 161.79º | 0.95% | 0.23% | - |
| XYZ | 2.02 | 3.31 | 2.72 | - |
| YUV | 40.32 | 128.95 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 59 | 42 | 0.95 | 0 | 0.29 | 0.77 | 161.79 | 0.9 | 0.12 |
| Hex | 3 | 3B | 2A | 5F | 0 | 1D | 4D | A2 | 5A | C |
| Octal | 3 | 73 | 52 | 137 | 0 | 35 | 115 | 242 | 132 | 14 |
| Binary | 11 | 111011 | 101010 | 1011111 | 0 | 11101 | 1001101 | 10100010 | 1011010 | 1100 |
Color Harmonies of #033B2A
Complementary color
Monochromatic Colors of #033B2A
Black with #033B2A
Text Example
Text Example
White with #033B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033B2A; }
p { color: rgb(3,59,42); }
H1.HeaderClassName
{
color: #033B2A;
}
.AnyTagClassName
{
color: #033B2A;
}
</style>
background-color css
<style>
a { background-color: #033B2A; }
a { background-color: rgb(3,59,42); }
div.DivClassName
{
background-color: #033B2A;
}
.BgClassName
{
background-color: #033B2A;
}
</style>
border-color css
<style>
span { border-color: #033B2A; }
span { border-color: rgb(3,59,42); }
td.TdClassName
{
border-color: #033B2A;
}
.TagClassName
{
border-color: #033B2A;
}
</style>