Shades of Dark Green #00331A
Tints of Dark Green #00331A
RGB
CMYK
RGB Variations
Color information
#00331A (or 0x00331A) is known color: Dark Green. HEX triplet: 00, 33 and 1A. RGB value is (0,51,26). Sum of RGB (Red+Green+Blue) = 0+51+26=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 51 (20.31% from 255 or 66.23% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 51 - color contains mainly: green. Hex color #00331A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00331A is #FFCCE5. Grayscale: #202020. Windows color (decimal): -16764134 or 1716992. OLE color: 1716992.
HSL color Cylindrical-coordinate representation of color #00331A: hue angle of 150.59º 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 #00331A is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.8.
Color convert
RGB | 0 | 51 | 26 | - |
CMYK | 1 | 0 | 0.49 | 0.8 |
HSL | 150.59º | 1% | 0.1% | - |
HSV(B) | 150.59º | 1% | 0.2% | - |
XYZ | 1.37 | 2.44 | 1.38 | - |
YUV | 32.9 | 124.1 | 104.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 51 | 26 | 1 | 0 | 0.49 | 0.8 | 150.59 | 1 | 0.1 |
Hex | 0 | 33 | 1A | 64 | 0 | 31 | 50 | 97 | 64 | A |
Octal | 0 | 63 | 32 | 144 | 0 | 61 | 120 | 227 | 144 | 12 |
Binary | 0 | 110011 | 11010 | 1100100 | 0 | 110001 | 1010000 | 10010111 | 1100100 | 1010 |
Color Harmonies of #00331A
Complementary color
Monochromatic Colors of #00331A
Black with #00331A
Text Example
Text Example
White with #00331A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00331A; }
p { color: rgb(0,51,26); }
H1.HeaderClassName
{
color: #00331A;
}
.AnyTagClassName
{
color: #00331A;
}
</style>
background-color css
<style>
a { background-color: #00331A; }
a { background-color: rgb(0,51,26); }
div.DivClassName
{
background-color: #00331A;
}
.BgClassName
{
background-color: #00331A;
}
</style>
border-color css
<style>
span { border-color: #00331A; }
span { border-color: rgb(0,51,26); }
td.TdClassName
{
border-color: #00331A;
}
.TagClassName
{
border-color: #00331A;
}
</style>