Shades of Green Waterloo #212708
Tints of Green Waterloo #212708
RGB
CMYK
RGB Variations
Color information
#212708 (or 0x212708) is known color: Green Waterloo. HEX triplet: 21, 27 and 08. RGB value is (33,39,8). Sum of RGB (Red+Green+Blue) = 33+39+8=80 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.25% from 80); Green value is 39 (15.62% from 255 or 48.75% from 80); Blue value is 8 (3.52% from 255 or 10% from 80); Max value from RGB is 39 - color contains mainly: green. Hex color #212708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212708 is #DED8F7. Grayscale: #212121. Windows color (decimal): -14604536 or 534305. OLE color: 534305.
HSL color Cylindrical-coordinate representation of color #212708: hue angle of 71.61º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #212708 is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 39 | 8 | - |
| CMYK | 0.15 | 0 | 0.79 | 0.85 |
| HSL | 71.61º | 0.66% | 0.09% | - |
| HSV(B) | 71.61º | 0.79% | 0.15% | - |
| XYZ | 1.4 | 1.79 | 0.5 | - |
| YUV | 33.67 | 113.51 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 8 | 0.15 | 0 | 0.79 | 0.85 | 71.61 | 0.66 | 0.09 |
| Hex | 21 | 27 | 8 | F | 0 | 4F | 55 | 48 | 42 | 9 |
| Octal | 41 | 47 | 10 | 17 | 0 | 117 | 125 | 110 | 102 | 11 |
| Binary | 100001 | 100111 | 1000 | 1111 | 0 | 1001111 | 1010101 | 1001000 | 1000010 | 1001 |
Color Harmonies of #212708
Complementary color
Monochromatic Colors of #212708
Black with #212708
Text Example
Text Example
White with #212708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212708; }
p { color: rgb(33,39,8); }
H1.HeaderClassName
{
color: #212708;
}
.AnyTagClassName
{
color: #212708;
}
</style>
background-color css
<style>
a { background-color: #212708; }
a { background-color: rgb(33,39,8); }
div.DivClassName
{
background-color: #212708;
}
.BgClassName
{
background-color: #212708;
}
</style>
border-color css
<style>
span { border-color: #212708; }
span { border-color: rgb(33,39,8); }
td.TdClassName
{
border-color: #212708;
}
.TagClassName
{
border-color: #212708;
}
</style>