Shades of Green Waterloo #23250D
Tints of Green Waterloo #23250D
RGB
CMYK
RGB Variations
Color information
#23250D (or 0x23250D) is known color: Green Waterloo. HEX triplet: 23, 25 and 0D. RGB value is (35,37,13). Sum of RGB (Red+Green+Blue) = 35+37+13=85 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.18% from 85); Green value is 37 (14.84% from 255 or 43.53% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 37 - color contains mainly: green. Hex color #23250D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23250D is #DCDAF2. Grayscale: #212121. Windows color (decimal): -14473971 or 861475. OLE color: 861475.
HSL color Cylindrical-coordinate representation of color #23250D: hue angle of 65º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #23250D is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 37 | 13 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.85 |
| HSL | 65º | 0.48% | 0.1% | - |
| HSV(B) | 65º | 0.65% | 0.15% | - |
| XYZ | 1.43 | 1.71 | 0.64 | - |
| YUV | 33.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 37 | 13 | 0.05 | 0 | 0.65 | 0.85 | 65 | 0.48 | 0.1 |
| Hex | 23 | 25 | D | 5 | 0 | 41 | 55 | 41 | 30 | A |
| Octal | 43 | 45 | 15 | 5 | 0 | 101 | 125 | 101 | 60 | 12 |
| Binary | 100011 | 100101 | 1101 | 101 | 0 | 1000001 | 1010101 | 1000001 | 110000 | 1010 |
Color Harmonies of #23250D
Complementary color
Monochromatic Colors of #23250D
Black with #23250D
Text Example
Text Example
White with #23250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23250D; }
p { color: rgb(35,37,13); }
H1.HeaderClassName
{
color: #23250D;
}
.AnyTagClassName
{
color: #23250D;
}
</style>
background-color css
<style>
a { background-color: #23250D; }
a { background-color: rgb(35,37,13); }
div.DivClassName
{
background-color: #23250D;
}
.BgClassName
{
background-color: #23250D;
}
</style>
border-color css
<style>
span { border-color: #23250D; }
span { border-color: rgb(35,37,13); }
td.TdClassName
{
border-color: #23250D;
}
.TagClassName
{
border-color: #23250D;
}
</style>