Shades of Green Waterloo #23241E
Tints of Green Waterloo #23241E
RGB
CMYK
RGB Variations
Color information
#23241E (or 0x23241E) is known color: Green Waterloo. HEX triplet: 23, 24 and 1E. RGB value is (35,36,30). Sum of RGB (Red+Green+Blue) = 35+36+30=101 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.65% from 101); Green value is 36 (14.45% from 255 or 35.64% from 101); Blue value is 30 (12.11% from 255 or 29.70% from 101); Max value from RGB is 36 - color contains mainly: green. Hex color #23241E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23241E is #DCDBE1. Grayscale: #232323. Windows color (decimal): -14474210 or 1975331. OLE color: 1975331.
HSL color Cylindrical-coordinate representation of color #23241E: hue angle of 70º degrees, saturation: 0.09, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #23241E is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 36 | 30 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.86 |
| HSL | 70º | 0.09% | 0.13% | - |
| HSV(B) | 70º | 0.17% | 0.14% | - |
| XYZ | 1.56 | 1.71 | 1.48 | - |
| YUV | 35.02 | 125.17 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 36 | 30 | 0.03 | 0 | 0.17 | 0.86 | 70 | 0.09 | 0.13 |
| Hex | 23 | 24 | 1E | 3 | 0 | 11 | 56 | 46 | 9 | D |
| Octal | 43 | 44 | 36 | 3 | 0 | 21 | 126 | 106 | 11 | 15 |
| Binary | 100011 | 100100 | 11110 | 11 | 0 | 10001 | 1010110 | 1000110 | 1001 | 1101 |
Color Harmonies of #23241E
Complementary color
Monochromatic Colors of #23241E
Black with #23241E
Text Example
Text Example
White with #23241E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23241E; }
p { color: rgb(35,36,30); }
H1.HeaderClassName
{
color: #23241E;
}
.AnyTagClassName
{
color: #23241E;
}
</style>
background-color css
<style>
a { background-color: #23241E; }
a { background-color: rgb(35,36,30); }
div.DivClassName
{
background-color: #23241E;
}
.BgClassName
{
background-color: #23241E;
}
</style>
border-color css
<style>
span { border-color: #23241E; }
span { border-color: rgb(35,36,30); }
td.TdClassName
{
border-color: #23241E;
}
.TagClassName
{
border-color: #23241E;
}
</style>