Shades of Green Waterloo #21250D
Tints of Green Waterloo #21250D
RGB
CMYK
RGB Variations
Color information
#21250D (or 0x21250D) is known color: Green Waterloo. HEX triplet: 21, 25 and 0D. RGB value is (33,37,13). Sum of RGB (Red+Green+Blue) = 33+37+13=83 (10% of max value = 765). Red value is 33 (13.28% from 255 or 39.76% from 83); Green value is 37 (14.84% from 255 or 44.58% from 83); Blue value is 13 (5.47% from 255 or 15.66% from 83); Max value from RGB is 37 - color contains mainly: green. Hex color #21250D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21250D is #DEDAF2. Grayscale: #212121. Windows color (decimal): -14605043 or 861473. OLE color: 861473.
HSL color Cylindrical-coordinate representation of color #21250D: hue angle of 70º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21250D is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 37 | 13 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.85 |
| HSL | 70º | 0.48% | 0.1% | - |
| HSV(B) | 70º | 0.65% | 0.15% | - |
| XYZ | 1.36 | 1.68 | 0.63 | - |
| YUV | 33.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 13 | 0.11 | 0 | 0.65 | 0.85 | 70 | 0.48 | 0.1 |
| Hex | 21 | 25 | D | B | 0 | 41 | 55 | 46 | 30 | A |
| Octal | 41 | 45 | 15 | 13 | 0 | 101 | 125 | 106 | 60 | 12 |
| Binary | 100001 | 100101 | 1101 | 1011 | 0 | 1000001 | 1010101 | 1000110 | 110000 | 1010 |
Color Harmonies of #21250D
Complementary color
Monochromatic Colors of #21250D
Black with #21250D
Text Example
Text Example
White with #21250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21250D; }
p { color: rgb(33,37,13); }
H1.HeaderClassName
{
color: #21250D;
}
.AnyTagClassName
{
color: #21250D;
}
</style>
background-color css
<style>
a { background-color: #21250D; }
a { background-color: rgb(33,37,13); }
div.DivClassName
{
background-color: #21250D;
}
.BgClassName
{
background-color: #21250D;
}
</style>
border-color css
<style>
span { border-color: #21250D; }
span { border-color: rgb(33,37,13); }
td.TdClassName
{
border-color: #21250D;
}
.TagClassName
{
border-color: #21250D;
}
</style>