Shades of Dark Green #033A27
Tints of Dark Green #033A27
RGB
CMYK
RGB Variations
Color information
#033A27 (or 0x033A27) is known color: Dark Green. HEX triplet: 03, 3A and 27. RGB value is (3,58,39). Sum of RGB (Red+Green+Blue) = 3+58+39=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 58 (23.05% from 255 or 58% from 100); Blue value is 39 (15.62% from 255 or 39% from 100); Max value from RGB is 58 - color contains mainly: green. Hex color #033A27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033A27 is #FCC5D8. Grayscale: #272727. Windows color (decimal): -16565721 or 2570755. OLE color: 2570755.
HSL color Cylindrical-coordinate representation of color #033A27: hue angle of 159.27º 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 #033A27 is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 3 | 58 | 39 | - |
| CMYK | 0.95 | 0 | 0.33 | 0.77 |
| HSL | 159.27º | 0.9% | 0.12% | - |
| HSV(B) | 159.27º | 0.95% | 0.23% | - |
| XYZ | 1.92 | 3.19 | 2.43 | - |
| YUV | 39.39 | 127.78 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 39 | 0.95 | 0 | 0.33 | 0.77 | 159.27 | 0.9 | 0.12 |
| Hex | 3 | 3A | 27 | 5F | 0 | 21 | 4D | 9F | 5A | C |
| Octal | 3 | 72 | 47 | 137 | 0 | 41 | 115 | 237 | 132 | 14 |
| Binary | 11 | 111010 | 100111 | 1011111 | 0 | 100001 | 1001101 | 10011111 | 1011010 | 1100 |
Color Harmonies of #033A27
Complementary color
Monochromatic Colors of #033A27
Black with #033A27
Text Example
Text Example
White with #033A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033A27; }
p { color: rgb(3,58,39); }
H1.HeaderClassName
{
color: #033A27;
}
.AnyTagClassName
{
color: #033A27;
}
</style>
background-color css
<style>
a { background-color: #033A27; }
a { background-color: rgb(3,58,39); }
div.DivClassName
{
background-color: #033A27;
}
.BgClassName
{
background-color: #033A27;
}
</style>
border-color css
<style>
span { border-color: #033A27; }
span { border-color: rgb(3,58,39); }
td.TdClassName
{
border-color: #033A27;
}
.TagClassName
{
border-color: #033A27;
}
</style>