Shades of Green Waterloo #21250B
Tints of Green Waterloo #21250B
RGB
CMYK
RGB Variations
Color information
#21250B (or 0x21250B) is known color: Green Waterloo. HEX triplet: 21, 25 and 0B. RGB value is (33,37,11). Sum of RGB (Red+Green+Blue) = 33+37+11=81 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.74% from 81); Green value is 37 (14.84% from 255 or 45.68% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 37 - color contains mainly: green. Hex color #21250B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21250B is #DEDAF4. Grayscale: #202020. Windows color (decimal): -14605045 or 730401. OLE color: 730401.
HSL color Cylindrical-coordinate representation of color #21250B: hue angle of 69.23º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21250B is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 37 | 11 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.85 |
| HSL | 69.23º | 0.54% | 0.09% | - |
| HSV(B) | 69.23º | 0.7% | 0.15% | - |
| XYZ | 1.35 | 1.67 | 0.57 | - |
| YUV | 32.84 | 115.67 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 11 | 0.11 | 0 | 0.70 | 0.85 | 69.23 | 0.54 | 0.09 |
| Hex | 21 | 25 | B | B | 0 | 46 | 55 | 45 | 36 | 9 |
| Octal | 41 | 45 | 13 | 13 | 0 | 106 | 125 | 105 | 66 | 11 |
| Binary | 100001 | 100101 | 1011 | 1011 | 0 | 1000110 | 1010101 | 1000101 | 110110 | 1001 |
Color Harmonies of #21250B
Complementary color
Monochromatic Colors of #21250B
Black with #21250B
Text Example
Text Example
White with #21250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21250B; }
p { color: rgb(33,37,11); }
H1.HeaderClassName
{
color: #21250B;
}
.AnyTagClassName
{
color: #21250B;
}
</style>
background-color css
<style>
a { background-color: #21250B; }
a { background-color: rgb(33,37,11); }
div.DivClassName
{
background-color: #21250B;
}
.BgClassName
{
background-color: #21250B;
}
</style>
border-color css
<style>
span { border-color: #21250B; }
span { border-color: rgb(33,37,11); }
td.TdClassName
{
border-color: #21250B;
}
.TagClassName
{
border-color: #21250B;
}
</style>