Shades of Green Waterloo #23251B
Tints of Green Waterloo #23251B
RGB
CMYK
RGB Variations
Color information
#23251B (or 0x23251B) is known color: Green Waterloo. HEX triplet: 23, 25 and 1B. RGB value is (35,37,27). Sum of RGB (Red+Green+Blue) = 35+37+27=99 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35.35% from 99); Green value is 37 (14.84% from 255 or 37.37% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 37 - color contains mainly: green. Hex color #23251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23251B is #DCDAE4. Grayscale: #232323. Windows color (decimal): -14473957 or 1778979. OLE color: 1778979.
HSL color Cylindrical-coordinate representation of color #23251B: hue angle of 72º degrees, saturation: 0.16, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #23251B is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 37 | 27 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.85 |
| HSL | 72º | 0.16% | 0.13% | - |
| HSV(B) | 72º | 0.27% | 0.15% | - |
| XYZ | 1.55 | 1.76 | 1.29 | - |
| YUV | 35.26 | 123.34 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 37 | 27 | 0.05 | 0 | 0.27 | 0.85 | 72 | 0.16 | 0.13 |
| Hex | 23 | 25 | 1B | 5 | 0 | 1B | 55 | 48 | 10 | D |
| Octal | 43 | 45 | 33 | 5 | 0 | 33 | 125 | 110 | 20 | 15 |
| Binary | 100011 | 100101 | 11011 | 101 | 0 | 11011 | 1010101 | 1001000 | 10000 | 1101 |
Color Harmonies of #23251B
Complementary color
Monochromatic Colors of #23251B
Black with #23251B
Text Example
Text Example
White with #23251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23251B; }
p { color: rgb(35,37,27); }
H1.HeaderClassName
{
color: #23251B;
}
.AnyTagClassName
{
color: #23251B;
}
</style>
background-color css
<style>
a { background-color: #23251B; }
a { background-color: rgb(35,37,27); }
div.DivClassName
{
background-color: #23251B;
}
.BgClassName
{
background-color: #23251B;
}
</style>
border-color css
<style>
span { border-color: #23251B; }
span { border-color: rgb(35,37,27); }
td.TdClassName
{
border-color: #23251B;
}
.TagClassName
{
border-color: #23251B;
}
</style>