Shades of Green Waterloo #232A00
Tints of Green Waterloo #232A00
RGB
CMYK
RGB Variations
Color information
#232A00 (or 0x232A00) is known color: Green Waterloo. HEX triplet: 23, 2A and 00. RGB value is (35,42,0). Sum of RGB (Red+Green+Blue) = 35+42+0=77 (10% of max value = 765). Red value is 35 (14.06% from 255 or 45.45% from 77); Green value is 42 (16.80% from 255 or 54.55% from 77); Blue value is 0 (0.39% from 255 or 0% from 77); Max value from RGB is 42 - color contains mainly: green. Hex color #232A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232A00 is #DCD5FF. Grayscale: #232323. Windows color (decimal): -14472704 or 10787. OLE color: 10787.
HSL color Cylindrical-coordinate representation of color #232A00: hue angle of 70º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #232A00 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 42 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.84 |
| HSL | 70º | 1% | 0.08% | - |
| HSV(B) | 70º | 1% | 0.16% | - |
| XYZ | 1.52 | 2.01 | 0.31 | - |
| YUV | 35.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 0 | 0.17 | 0 | 1 | 0.84 | 70 | 1 | 0.08 |
| Hex | 23 | 2A | 0 | 11 | 0 | 64 | 54 | 46 | 64 | 8 |
| Octal | 43 | 52 | 0 | 21 | 0 | 144 | 124 | 106 | 144 | 10 |
| Binary | 100011 | 101010 | 0 | 10001 | 0 | 1100100 | 1010100 | 1000110 | 1100100 | 1000 |
Color Harmonies of #232A00
Complementary color
Monochromatic Colors of #232A00
Black with #232A00
Text Example
Text Example
White with #232A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A00; }
p { color: rgb(35,42,0); }
H1.HeaderClassName
{
color: #232A00;
}
.AnyTagClassName
{
color: #232A00;
}
</style>
background-color css
<style>
a { background-color: #232A00; }
a { background-color: rgb(35,42,0); }
div.DivClassName
{
background-color: #232A00;
}
.BgClassName
{
background-color: #232A00;
}
</style>
border-color css
<style>
span { border-color: #232A00; }
span { border-color: rgb(35,42,0); }
td.TdClassName
{
border-color: #232A00;
}
.TagClassName
{
border-color: #232A00;
}
</style>