Shades of Green Waterloo #21240A
Tints of Green Waterloo #21240A
RGB
CMYK
RGB Variations
Color information
#21240A (or 0x21240A) is known color: Green Waterloo. HEX triplet: 21, 24 and 0A. RGB value is (33,36,10). Sum of RGB (Red+Green+Blue) = 33+36+10=79 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.77% from 79); Green value is 36 (14.45% from 255 or 45.57% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 36 - color contains mainly: green. Hex color #21240A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21240A is #DEDBF5. Grayscale: #202020. Windows color (decimal): -14605302 or 664609. OLE color: 664609.
HSL color Cylindrical-coordinate representation of color #21240A: hue angle of 66.92º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21240A is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 33 | 36 | 10 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.86 |
| HSL | 66.92º | 0.57% | 0.09% | - |
| HSV(B) | 66.92º | 0.72% | 0.14% | - |
| XYZ | 1.31 | 1.61 | 0.53 | - |
| YUV | 32.14 | 115.51 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 36 | 10 | 0.08 | 0 | 0.72 | 0.86 | 66.92 | 0.57 | 0.09 |
| Hex | 21 | 24 | A | 8 | 0 | 48 | 56 | 43 | 39 | 9 |
| Octal | 41 | 44 | 12 | 10 | 0 | 110 | 126 | 103 | 71 | 11 |
| Binary | 100001 | 100100 | 1010 | 1000 | 0 | 1001000 | 1010110 | 1000011 | 111001 | 1001 |
Color Harmonies of #21240A
Complementary color
Monochromatic Colors of #21240A
Black with #21240A
Text Example
Text Example
White with #21240A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21240A; }
p { color: rgb(33,36,10); }
H1.HeaderClassName
{
color: #21240A;
}
.AnyTagClassName
{
color: #21240A;
}
</style>
background-color css
<style>
a { background-color: #21240A; }
a { background-color: rgb(33,36,10); }
div.DivClassName
{
background-color: #21240A;
}
.BgClassName
{
background-color: #21240A;
}
</style>
border-color css
<style>
span { border-color: #21240A; }
span { border-color: rgb(33,36,10); }
td.TdClassName
{
border-color: #21240A;
}
.TagClassName
{
border-color: #21240A;
}
</style>