Shades of Green Waterloo #21230F
Tints of Green Waterloo #21230F
RGB
CMYK
RGB Variations
Color information
#21230F (or 0x21230F) is known color: Green Waterloo. HEX triplet: 21, 23 and 0F. RGB value is (33,35,15). Sum of RGB (Red+Green+Blue) = 33+35+15=83 (10% of max value = 765). Red value is 33 (13.28% from 255 or 39.76% from 83); Green value is 35 (14.06% from 255 or 42.17% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 35 - color contains mainly: green. Hex color #21230F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21230F is #DEDCF0. Grayscale: #202020. Windows color (decimal): -14605553 or 992033. OLE color: 992033.
HSL color Cylindrical-coordinate representation of color #21230F: hue angle of 66º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21230F is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 33 | 35 | 15 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.86 |
| HSL | 66º | 0.4% | 0.1% | - |
| HSV(B) | 66º | 0.57% | 0.14% | - |
| XYZ | 1.31 | 1.56 | 0.68 | - |
| YUV | 32.12 | 118.34 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 35 | 15 | 0.06 | 0 | 0.57 | 0.86 | 66 | 0.4 | 0.1 |
| Hex | 21 | 23 | F | 6 | 0 | 39 | 56 | 42 | 28 | A |
| Octal | 41 | 43 | 17 | 6 | 0 | 71 | 126 | 102 | 50 | 12 |
| Binary | 100001 | 100011 | 1111 | 110 | 0 | 111001 | 1010110 | 1000010 | 101000 | 1010 |
Color Harmonies of #21230F
Complementary color
Monochromatic Colors of #21230F
Black with #21230F
Text Example
Text Example
White with #21230F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21230F; }
p { color: rgb(33,35,15); }
H1.HeaderClassName
{
color: #21230F;
}
.AnyTagClassName
{
color: #21230F;
}
</style>
background-color css
<style>
a { background-color: #21230F; }
a { background-color: rgb(33,35,15); }
div.DivClassName
{
background-color: #21230F;
}
.BgClassName
{
background-color: #21230F;
}
</style>
border-color css
<style>
span { border-color: #21230F; }
span { border-color: rgb(33,35,15); }
td.TdClassName
{
border-color: #21230F;
}
.TagClassName
{
border-color: #21230F;
}
</style>