Shades of Green Waterloo #232411
Tints of Green Waterloo #232411
RGB
CMYK
RGB Variations
Color information
#232411 (or 0x232411) is known color: Green Waterloo. HEX triplet: 23, 24 and 11. RGB value is (35,36,17). Sum of RGB (Red+Green+Blue) = 35+36+17=88 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.77% from 88); Green value is 36 (14.45% from 255 or 40.91% from 88); Blue value is 17 (7.03% from 255 or 19.32% from 88); Max value from RGB is 36 - color contains mainly: green. Hex color #232411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232411 is #DCDBEE. Grayscale: #212121. Windows color (decimal): -14474223 or 1123363. OLE color: 1123363.
HSL color Cylindrical-coordinate representation of color #232411: hue angle of 63.16º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #232411 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 36 | 17 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.86 |
| HSL | 63.16º | 0.36% | 0.1% | - |
| HSV(B) | 63.16º | 0.53% | 0.14% | - |
| XYZ | 1.43 | 1.66 | 0.78 | - |
| YUV | 33.54 | 118.67 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 36 | 17 | 0.03 | 0 | 0.53 | 0.86 | 63.16 | 0.36 | 0.1 |
| Hex | 23 | 24 | 11 | 3 | 0 | 35 | 56 | 3F | 24 | A |
| Octal | 43 | 44 | 21 | 3 | 0 | 65 | 126 | 77 | 44 | 12 |
| Binary | 100011 | 100100 | 10001 | 11 | 0 | 110101 | 1010110 | 111111 | 100100 | 1010 |
Color Harmonies of #232411
Complementary color
Monochromatic Colors of #232411
Black with #232411
Text Example
Text Example
White with #232411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232411; }
p { color: rgb(35,36,17); }
H1.HeaderClassName
{
color: #232411;
}
.AnyTagClassName
{
color: #232411;
}
</style>
background-color css
<style>
a { background-color: #232411; }
a { background-color: rgb(35,36,17); }
div.DivClassName
{
background-color: #232411;
}
.BgClassName
{
background-color: #232411;
}
</style>
border-color css
<style>
span { border-color: #232411; }
span { border-color: rgb(35,36,17); }
td.TdClassName
{
border-color: #232411;
}
.TagClassName
{
border-color: #232411;
}
</style>