Shades of Green Waterloo #232616
Tints of Green Waterloo #232616
RGB
CMYK
RGB Variations
Color information
#232616 (or 0x232616) is known color: Green Waterloo. HEX triplet: 23, 26 and 16. RGB value is (35,38,22). Sum of RGB (Red+Green+Blue) = 35+38+22=95 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.84% from 95); Green value is 38 (15.23% from 255 or 40% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 38 - color contains mainly: green. Hex color #232616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232616 is #DCD9E9. Grayscale: #232323. Windows color (decimal): -14473706 or 1451555. OLE color: 1451555.
HSL color Cylindrical-coordinate representation of color #232616: hue angle of 71.25º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #232616 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 38 | 22 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.85 |
| HSL | 71.25º | 0.27% | 0.12% | - |
| HSV(B) | 71.25º | 0.42% | 0.15% | - |
| XYZ | 1.53 | 1.8 | 1.03 | - |
| YUV | 35.28 | 120.51 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 38 | 22 | 0.08 | 0 | 0.42 | 0.85 | 71.25 | 0.27 | 0.12 |
| Hex | 23 | 26 | 16 | 8 | 0 | 2A | 55 | 47 | 1B | C |
| Octal | 43 | 46 | 26 | 10 | 0 | 52 | 125 | 107 | 33 | 14 |
| Binary | 100011 | 100110 | 10110 | 1000 | 0 | 101010 | 1010101 | 1000111 | 11011 | 1100 |
Color Harmonies of #232616
Complementary color
Monochromatic Colors of #232616
Black with #232616
Text Example
Text Example
White with #232616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232616; }
p { color: rgb(35,38,22); }
H1.HeaderClassName
{
color: #232616;
}
.AnyTagClassName
{
color: #232616;
}
</style>
background-color css
<style>
a { background-color: #232616; }
a { background-color: rgb(35,38,22); }
div.DivClassName
{
background-color: #232616;
}
.BgClassName
{
background-color: #232616;
}
</style>
border-color css
<style>
span { border-color: #232616; }
span { border-color: rgb(35,38,22); }
td.TdClassName
{
border-color: #232616;
}
.TagClassName
{
border-color: #232616;
}
</style>