Shades of Dark Green #03331B
Tints of Dark Green #03331B
RGB
CMYK
RGB Variations
Color information
#03331B (or 0x03331B) is known color: Dark Green. HEX triplet: 03, 33 and 1B. RGB value is (3,51,27). Sum of RGB (Red+Green+Blue) = 3+51+27=81 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.70% from 81); Green value is 51 (20.31% from 255 or 62.96% from 81); Blue value is 27 (10.94% from 255 or 33.33% from 81); Max value from RGB is 51 - color contains mainly: green. Hex color #03331B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03331B is #FCCCE4. Grayscale: #212121. Windows color (decimal): -16567525 or 1782531. OLE color: 1782531.
HSL color Cylindrical-coordinate representation of color #03331B: hue angle of 150º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03331B is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 3 | 51 | 27 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.8 |
| HSL | 150º | 0.89% | 0.11% | - |
| HSV(B) | 150º | 0.94% | 0.2% | - |
| XYZ | 1.42 | 2.47 | 1.44 | - |
| YUV | 33.91 | 124.1 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 51 | 27 | 0.94 | 0 | 0.47 | 0.8 | 150 | 0.89 | 0.11 |
| Hex | 3 | 33 | 1B | 5E | 0 | 2F | 50 | 96 | 59 | B |
| Octal | 3 | 63 | 33 | 136 | 0 | 57 | 120 | 226 | 131 | 13 |
| Binary | 11 | 110011 | 11011 | 1011110 | 0 | 101111 | 1010000 | 10010110 | 1011001 | 1011 |
Color Harmonies of #03331B
Complementary color
Monochromatic Colors of #03331B
Black with #03331B
Text Example
Text Example
White with #03331B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03331B; }
p { color: rgb(3,51,27); }
H1.HeaderClassName
{
color: #03331B;
}
.AnyTagClassName
{
color: #03331B;
}
</style>
background-color css
<style>
a { background-color: #03331B; }
a { background-color: rgb(3,51,27); }
div.DivClassName
{
background-color: #03331B;
}
.BgClassName
{
background-color: #03331B;
}
</style>
border-color css
<style>
span { border-color: #03331B; }
span { border-color: rgb(3,51,27); }
td.TdClassName
{
border-color: #03331B;
}
.TagClassName
{
border-color: #03331B;
}
</style>