Shades of Green Waterloo #232503
Tints of Green Waterloo #232503
RGB
CMYK
RGB Variations
Color information
#232503 (or 0x232503) is known color: Green Waterloo. HEX triplet: 23, 25 and 03. RGB value is (35,37,3). Sum of RGB (Red+Green+Blue) = 35+37+3=75 (9% of max value = 765). Red value is 35 (14.06% from 255 or 46.67% from 75); Green value is 37 (14.84% from 255 or 49.33% from 75); Blue value is 3 (1.56% from 255 or 4% from 75); Max value from RGB is 37 - color contains mainly: green. Hex color #232503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232503 is #DCDAFC. Grayscale: #202020. Windows color (decimal): -14473981 or 206115. OLE color: 206115.
HSL color Cylindrical-coordinate representation of color #232503: hue angle of 63.53º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #232503 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 37 | 3 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.85 |
| HSL | 63.53º | 0.85% | 0.08% | - |
| HSV(B) | 63.53º | 0.92% | 0.15% | - |
| XYZ | 1.37 | 1.69 | 0.34 | - |
| YUV | 32.53 | 111.34 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 37 | 3 | 0.05 | 0 | 0.92 | 0.85 | 63.53 | 0.85 | 0.08 |
| Hex | 23 | 25 | 3 | 5 | 0 | 5C | 55 | 40 | 55 | 8 |
| Octal | 43 | 45 | 3 | 5 | 0 | 134 | 125 | 100 | 125 | 10 |
| Binary | 100011 | 100101 | 11 | 101 | 0 | 1011100 | 1010101 | 1000000 | 1010101 | 1000 |
Color Harmonies of #232503
Complementary color
Monochromatic Colors of #232503
Black with #232503
Text Example
Text Example
White with #232503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232503; }
p { color: rgb(35,37,3); }
H1.HeaderClassName
{
color: #232503;
}
.AnyTagClassName
{
color: #232503;
}
</style>
background-color css
<style>
a { background-color: #232503; }
a { background-color: rgb(35,37,3); }
div.DivClassName
{
background-color: #232503;
}
.BgClassName
{
background-color: #232503;
}
</style>
border-color css
<style>
span { border-color: #232503; }
span { border-color: rgb(35,37,3); }
td.TdClassName
{
border-color: #232503;
}
.TagClassName
{
border-color: #232503;
}
</style>