Shades of Green Waterloo #232518
Tints of Green Waterloo #232518
RGB
CMYK
RGB Variations
Color information
#232518 (or 0x232518) is known color: Green Waterloo. HEX triplet: 23, 25 and 18. RGB value is (35,37,24). Sum of RGB (Red+Green+Blue) = 35+37+24=96 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.46% from 96); Green value is 37 (14.84% from 255 or 38.54% from 96); Blue value is 24 (9.77% from 255 or 25% from 96); Max value from RGB is 37 - color contains mainly: green. Hex color #232518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232518 is #DCDAE7. Grayscale: #222222. Windows color (decimal): -14473960 or 1582371. OLE color: 1582371.
HSL color Cylindrical-coordinate representation of color #232518: hue angle of 69.23º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #232518 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 37 | 24 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.85 |
| HSL | 69.23º | 0.21% | 0.12% | - |
| HSV(B) | 69.23º | 0.35% | 0.15% | - |
| XYZ | 1.52 | 1.75 | 1.12 | - |
| YUV | 34.92 | 121.84 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 37 | 24 | 0.05 | 0 | 0.35 | 0.85 | 69.23 | 0.21 | 0.12 |
| Hex | 23 | 25 | 18 | 5 | 0 | 23 | 55 | 45 | 15 | C |
| Octal | 43 | 45 | 30 | 5 | 0 | 43 | 125 | 105 | 25 | 14 |
| Binary | 100011 | 100101 | 11000 | 101 | 0 | 100011 | 1010101 | 1000101 | 10101 | 1100 |
Color Harmonies of #232518
Complementary color
Monochromatic Colors of #232518
Black with #232518
Text Example
Text Example
White with #232518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232518; }
p { color: rgb(35,37,24); }
H1.HeaderClassName
{
color: #232518;
}
.AnyTagClassName
{
color: #232518;
}
</style>
background-color css
<style>
a { background-color: #232518; }
a { background-color: rgb(35,37,24); }
div.DivClassName
{
background-color: #232518;
}
.BgClassName
{
background-color: #232518;
}
</style>
border-color css
<style>
span { border-color: #232518; }
span { border-color: rgb(35,37,24); }
td.TdClassName
{
border-color: #232518;
}
.TagClassName
{
border-color: #232518;
}
</style>