Shades of Green Waterloo #23241C
Tints of Green Waterloo #23241C
RGB
CMYK
RGB Variations
Color information
#23241C (or 0x23241C) is known color: Green Waterloo. HEX triplet: 23, 24 and 1C. RGB value is (35,36,28). Sum of RGB (Red+Green+Blue) = 35+36+28=99 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35.35% from 99); Green value is 36 (14.45% from 255 or 36.36% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 36 - color contains mainly: green. Hex color #23241C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23241C is #DCDBE3. Grayscale: #222222. Windows color (decimal): -14474212 or 1844259. OLE color: 1844259.
HSL color Cylindrical-coordinate representation of color #23241C: hue angle of 67.5º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #23241C is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 36 | 28 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.86 |
| HSL | 67.5º | 0.13% | 0.13% | - |
| HSV(B) | 67.5º | 0.22% | 0.14% | - |
| XYZ | 1.53 | 1.7 | 1.35 | - |
| YUV | 34.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 36 | 28 | 0.03 | 0 | 0.22 | 0.86 | 67.5 | 0.13 | 0.13 |
| Hex | 23 | 24 | 1C | 3 | 0 | 16 | 56 | 44 | C | D |
| Octal | 43 | 44 | 34 | 3 | 0 | 26 | 126 | 104 | 14 | 15 |
| Binary | 100011 | 100100 | 11100 | 11 | 0 | 10110 | 1010110 | 1000100 | 1100 | 1101 |
Color Harmonies of #23241C
Complementary color
Monochromatic Colors of #23241C
Black with #23241C
Text Example
Text Example
White with #23241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23241C; }
p { color: rgb(35,36,28); }
H1.HeaderClassName
{
color: #23241C;
}
.AnyTagClassName
{
color: #23241C;
}
</style>
background-color css
<style>
a { background-color: #23241C; }
a { background-color: rgb(35,36,28); }
div.DivClassName
{
background-color: #23241C;
}
.BgClassName
{
background-color: #23241C;
}
</style>
border-color css
<style>
span { border-color: #23241C; }
span { border-color: rgb(35,36,28); }
td.TdClassName
{
border-color: #23241C;
}
.TagClassName
{
border-color: #23241C;
}
</style>