Shades of Green Waterloo #23260C
Tints of Green Waterloo #23260C
RGB
CMYK
RGB Variations
Color information
#23260C (or 0x23260C) is known color: Green Waterloo. HEX triplet: 23, 26 and 0C. RGB value is (35,38,12). Sum of RGB (Red+Green+Blue) = 35+38+12=85 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.18% from 85); Green value is 38 (15.23% from 255 or 44.71% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 38 - color contains mainly: green. Hex color #23260C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23260C is #DCD9F3. Grayscale: #222222. Windows color (decimal): -14473716 or 796195. OLE color: 796195.
HSL color Cylindrical-coordinate representation of color #23260C: hue angle of 66.92º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23260C is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 38 | 12 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.85 |
| HSL | 66.92º | 0.52% | 0.1% | - |
| HSV(B) | 66.92º | 0.68% | 0.15% | - |
| XYZ | 1.45 | 1.77 | 0.61 | - |
| YUV | 34.14 | 115.51 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 38 | 12 | 0.08 | 0 | 0.68 | 0.85 | 66.92 | 0.52 | 0.1 |
| Hex | 23 | 26 | C | 8 | 0 | 44 | 55 | 43 | 34 | A |
| Octal | 43 | 46 | 14 | 10 | 0 | 104 | 125 | 103 | 64 | 12 |
| Binary | 100011 | 100110 | 1100 | 1000 | 0 | 1000100 | 1010101 | 1000011 | 110100 | 1010 |
Color Harmonies of #23260C
Complementary color
Monochromatic Colors of #23260C
Black with #23260C
Text Example
Text Example
White with #23260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23260C; }
p { color: rgb(35,38,12); }
H1.HeaderClassName
{
color: #23260C;
}
.AnyTagClassName
{
color: #23260C;
}
</style>
background-color css
<style>
a { background-color: #23260C; }
a { background-color: rgb(35,38,12); }
div.DivClassName
{
background-color: #23260C;
}
.BgClassName
{
background-color: #23260C;
}
</style>
border-color css
<style>
span { border-color: #23260C; }
span { border-color: rgb(35,38,12); }
td.TdClassName
{
border-color: #23260C;
}
.TagClassName
{
border-color: #23260C;
}
</style>