Shades of Dark Green #00331B
Tints of Dark Green #00331B
RGB
CMYK
RGB Variations
Color information
#00331B (or 0x00331B) is known color: Dark Green. HEX triplet: 00, 33 and 1B. RGB value is (0,51,27). Sum of RGB (Red+Green+Blue) = 0+51+27=78 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 78); Green value is 51 (20.31% from 255 or 65.38% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 51 - color contains mainly: green. Hex color #00331B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00331B is #FFCCE4. Grayscale: #212121. Windows color (decimal): -16764133 or 1782528. OLE color: 1782528.
HSL color Cylindrical-coordinate representation of color #00331B: hue angle of 151.76º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00331B is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 0 | 51 | 27 | - |
| CMYK | 1 | 0 | 0.47 | 0.8 |
| HSL | 151.76º | 1% | 0.1% | - |
| HSV(B) | 151.76º | 1% | 0.2% | - |
| XYZ | 1.38 | 2.45 | 1.44 | - |
| YUV | 33.02 | 124.6 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 27 | 1 | 0 | 0.47 | 0.8 | 151.76 | 1 | 0.1 |
| Hex | 0 | 33 | 1B | 64 | 0 | 2F | 50 | 98 | 64 | A |
| Octal | 0 | 63 | 33 | 144 | 0 | 57 | 120 | 230 | 144 | 12 |
| Binary | 0 | 110011 | 11011 | 1100100 | 0 | 101111 | 1010000 | 10011000 | 1100100 | 1010 |
Color Harmonies of #00331B
Complementary color
Monochromatic Colors of #00331B
Black with #00331B
Text Example
Text Example
White with #00331B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00331B; }
p { color: rgb(0,51,27); }
H1.HeaderClassName
{
color: #00331B;
}
.AnyTagClassName
{
color: #00331B;
}
</style>
background-color css
<style>
a { background-color: #00331B; }
a { background-color: rgb(0,51,27); }
div.DivClassName
{
background-color: #00331B;
}
.BgClassName
{
background-color: #00331B;
}
</style>
border-color css
<style>
span { border-color: #00331B; }
span { border-color: rgb(0,51,27); }
td.TdClassName
{
border-color: #00331B;
}
.TagClassName
{
border-color: #00331B;
}
</style>