Shades of Green Waterloo #232414
Tints of Green Waterloo #232414
RGB
CMYK
RGB Variations
Color information
#232414 (or 0x232414) is known color: Green Waterloo. HEX triplet: 23, 24 and 14. RGB value is (35,36,20). Sum of RGB (Red+Green+Blue) = 35+36+20=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 36 - color contains mainly: green. Hex color #232414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232414 is #DCDBEB. Grayscale: #212121. Windows color (decimal): -14474220 or 1319971. OLE color: 1319971.
HSL color Cylindrical-coordinate representation of color #232414: hue angle of 63.75º degrees, saturation: 0.29, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #232414 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 36 | 20 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.86 |
| HSL | 63.75º | 0.29% | 0.11% | - |
| HSV(B) | 63.75º | 0.44% | 0.14% | - |
| XYZ | 1.45 | 1.67 | 0.91 | - |
| YUV | 33.88 | 120.17 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 36 | 20 | 0.03 | 0 | 0.44 | 0.86 | 63.75 | 0.29 | 0.11 |
| Hex | 23 | 24 | 14 | 3 | 0 | 2C | 56 | 40 | 1D | B |
| Octal | 43 | 44 | 24 | 3 | 0 | 54 | 126 | 100 | 35 | 13 |
| Binary | 100011 | 100100 | 10100 | 11 | 0 | 101100 | 1010110 | 1000000 | 11101 | 1011 |
Color Harmonies of #232414
Complementary color
Monochromatic Colors of #232414
Black with #232414
Text Example
Text Example
White with #232414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232414; }
p { color: rgb(35,36,20); }
H1.HeaderClassName
{
color: #232414;
}
.AnyTagClassName
{
color: #232414;
}
</style>
background-color css
<style>
a { background-color: #232414; }
a { background-color: rgb(35,36,20); }
div.DivClassName
{
background-color: #232414;
}
.BgClassName
{
background-color: #232414;
}
</style>
border-color css
<style>
span { border-color: #232414; }
span { border-color: rgb(35,36,20); }
td.TdClassName
{
border-color: #232414;
}
.TagClassName
{
border-color: #232414;
}
</style>