Shades of Green Waterloo #23260D
Tints of Green Waterloo #23260D
RGB
CMYK
RGB Variations
Color information
#23260D (or 0x23260D) is known color: Green Waterloo. HEX triplet: 23, 26 and 0D. RGB value is (35,38,13). Sum of RGB (Red+Green+Blue) = 35+38+13=86 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.70% from 86); Green value is 38 (15.23% from 255 or 44.19% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 38 - color contains mainly: green. Hex color #23260D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23260D is #DCD9F2. Grayscale: #222222. Windows color (decimal): -14473715 or 861731. OLE color: 861731.
HSL color Cylindrical-coordinate representation of color #23260D: hue angle of 67.2º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #23260D is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 38 | 13 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.85 |
| HSL | 67.2º | 0.49% | 0.1% | - |
| HSV(B) | 67.2º | 0.66% | 0.15% | - |
| XYZ | 1.46 | 1.77 | 0.65 | - |
| YUV | 34.25 | 116.01 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 38 | 13 | 0.08 | 0 | 0.66 | 0.85 | 67.2 | 0.49 | 0.1 |
| Hex | 23 | 26 | D | 8 | 0 | 42 | 55 | 43 | 31 | A |
| Octal | 43 | 46 | 15 | 10 | 0 | 102 | 125 | 103 | 61 | 12 |
| Binary | 100011 | 100110 | 1101 | 1000 | 0 | 1000010 | 1010101 | 1000011 | 110001 | 1010 |
Color Harmonies of #23260D
Complementary color
Monochromatic Colors of #23260D
Black with #23260D
Text Example
Text Example
White with #23260D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23260D; }
p { color: rgb(35,38,13); }
H1.HeaderClassName
{
color: #23260D;
}
.AnyTagClassName
{
color: #23260D;
}
</style>
background-color css
<style>
a { background-color: #23260D; }
a { background-color: rgb(35,38,13); }
div.DivClassName
{
background-color: #23260D;
}
.BgClassName
{
background-color: #23260D;
}
</style>
border-color css
<style>
span { border-color: #23260D; }
span { border-color: rgb(35,38,13); }
td.TdClassName
{
border-color: #23260D;
}
.TagClassName
{
border-color: #23260D;
}
</style>