Shades of Green Waterloo #212508
Tints of Green Waterloo #212508
RGB
CMYK
RGB Variations
Color information
#212508 (or 0x212508) is known color: Green Waterloo. HEX triplet: 21, 25 and 08. RGB value is (33,37,8). Sum of RGB (Red+Green+Blue) = 33+37+8=78 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.31% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 8 (3.52% from 255 or 10.26% from 78); Max value from RGB is 37 - color contains mainly: green. Hex color #212508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212508 is #DEDAF7. Grayscale: #202020. Windows color (decimal): -14605048 or 533793. OLE color: 533793.
HSL color Cylindrical-coordinate representation of color #212508: hue angle of 68.28º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #212508 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 37 | 8 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.85 |
| HSL | 68.28º | 0.64% | 0.09% | - |
| HSV(B) | 68.28º | 0.78% | 0.15% | - |
| XYZ | 1.33 | 1.66 | 0.48 | - |
| YUV | 32.5 | 114.17 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 8 | 0.11 | 0 | 0.78 | 0.85 | 68.28 | 0.64 | 0.09 |
| Hex | 21 | 25 | 8 | B | 0 | 4E | 55 | 44 | 40 | 9 |
| Octal | 41 | 45 | 10 | 13 | 0 | 116 | 125 | 104 | 100 | 11 |
| Binary | 100001 | 100101 | 1000 | 1011 | 0 | 1001110 | 1010101 | 1000100 | 1000000 | 1001 |
Color Harmonies of #212508
Complementary color
Monochromatic Colors of #212508
Black with #212508
Text Example
Text Example
White with #212508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212508; }
p { color: rgb(33,37,8); }
H1.HeaderClassName
{
color: #212508;
}
.AnyTagClassName
{
color: #212508;
}
</style>
background-color css
<style>
a { background-color: #212508; }
a { background-color: rgb(33,37,8); }
div.DivClassName
{
background-color: #212508;
}
.BgClassName
{
background-color: #212508;
}
</style>
border-color css
<style>
span { border-color: #212508; }
span { border-color: rgb(33,37,8); }
td.TdClassName
{
border-color: #212508;
}
.TagClassName
{
border-color: #212508;
}
</style>