Shades of Green Waterloo #21230A
Tints of Green Waterloo #21230A
RGB
CMYK
RGB Variations
Color information
#21230A (or 0x21230A) is known color: Green Waterloo. HEX triplet: 21, 23 and 0A. RGB value is (33,35,10). Sum of RGB (Red+Green+Blue) = 33+35+10=78 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.31% from 78); Green value is 35 (14.06% from 255 or 44.87% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 35 - color contains mainly: green. Hex color #21230A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21230A is #DEDCF5. Grayscale: #1F1F1F. Windows color (decimal): -14605558 or 664353. OLE color: 664353.
HSL color Cylindrical-coordinate representation of color #21230A: hue angle of 64.8º degrees, saturation: 0.56, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #21230A is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 33 | 35 | 10 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.86 |
| HSL | 64.8º | 0.56% | 0.09% | - |
| HSV(B) | 64.8º | 0.71% | 0.14% | - |
| XYZ | 1.28 | 1.55 | 0.52 | - |
| YUV | 31.55 | 115.84 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 35 | 10 | 0.06 | 0 | 0.71 | 0.86 | 64.8 | 0.56 | 0.09 |
| Hex | 21 | 23 | A | 6 | 0 | 47 | 56 | 41 | 38 | 9 |
| Octal | 41 | 43 | 12 | 6 | 0 | 107 | 126 | 101 | 70 | 11 |
| Binary | 100001 | 100011 | 1010 | 110 | 0 | 1000111 | 1010110 | 1000001 | 111000 | 1001 |
Color Harmonies of #21230A
Complementary color
Monochromatic Colors of #21230A
Black with #21230A
Text Example
Text Example
White with #21230A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21230A; }
p { color: rgb(33,35,10); }
H1.HeaderClassName
{
color: #21230A;
}
.AnyTagClassName
{
color: #21230A;
}
</style>
background-color css
<style>
a { background-color: #21230A; }
a { background-color: rgb(33,35,10); }
div.DivClassName
{
background-color: #21230A;
}
.BgClassName
{
background-color: #21230A;
}
</style>
border-color css
<style>
span { border-color: #21230A; }
span { border-color: rgb(33,35,10); }
td.TdClassName
{
border-color: #21230A;
}
.TagClassName
{
border-color: #21230A;
}
</style>