Shades of Green Waterloo #21240D
Tints of Green Waterloo #21240D
RGB
CMYK
RGB Variations
Color information
#21240D (or 0x21240D) is known color: Green Waterloo. HEX triplet: 21, 24 and 0D. RGB value is (33,36,13). Sum of RGB (Red+Green+Blue) = 33+36+13=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 36 (14.45% from 255 or 43.90% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 36 - color contains mainly: green. Hex color #21240D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21240D is #DEDBF2. Grayscale: #202020. Windows color (decimal): -14605299 or 861217. OLE color: 861217.
HSL color Cylindrical-coordinate representation of color #21240D: hue angle of 67.83º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21240D is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 33 | 36 | 13 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.86 |
| HSL | 67.83º | 0.47% | 0.1% | - |
| HSV(B) | 67.83º | 0.64% | 0.14% | - |
| XYZ | 1.33 | 1.61 | 0.62 | - |
| YUV | 32.48 | 117.01 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 36 | 13 | 0.08 | 0 | 0.64 | 0.86 | 67.83 | 0.47 | 0.1 |
| Hex | 21 | 24 | D | 8 | 0 | 40 | 56 | 44 | 2F | A |
| Octal | 41 | 44 | 15 | 10 | 0 | 100 | 126 | 104 | 57 | 12 |
| Binary | 100001 | 100100 | 1101 | 1000 | 0 | 1000000 | 1010110 | 1000100 | 101111 | 1010 |
Color Harmonies of #21240D
Complementary color
Monochromatic Colors of #21240D
Black with #21240D
Text Example
Text Example
White with #21240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21240D; }
p { color: rgb(33,36,13); }
H1.HeaderClassName
{
color: #21240D;
}
.AnyTagClassName
{
color: #21240D;
}
</style>
background-color css
<style>
a { background-color: #21240D; }
a { background-color: rgb(33,36,13); }
div.DivClassName
{
background-color: #21240D;
}
.BgClassName
{
background-color: #21240D;
}
</style>
border-color css
<style>
span { border-color: #21240D; }
span { border-color: rgb(33,36,13); }
td.TdClassName
{
border-color: #21240D;
}
.TagClassName
{
border-color: #21240D;
}
</style>