Shades of Green Waterloo #232A0A
Tints of Green Waterloo #232A0A
RGB
CMYK
RGB Variations
Color information
#232A0A (or 0x232A0A) is known color: Green Waterloo. HEX triplet: 23, 2A and 0A. RGB value is (35,42,10). Sum of RGB (Red+Green+Blue) = 35+42+10=87 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.23% from 87); Green value is 42 (16.80% from 255 or 48.28% from 87); Blue value is 10 (4.30% from 255 or 11.49% from 87); Max value from RGB is 42 - color contains mainly: green. Hex color #232A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232A0A is #DCD5F5. Grayscale: #242424. Windows color (decimal): -14472694 or 666147. OLE color: 666147.
HSL color Cylindrical-coordinate representation of color #232A0A: hue angle of 73.12º degrees, saturation: 0.62, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #232A0A is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 42 | 10 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.84 |
| HSL | 73.13º | 0.62% | 0.1% | - |
| HSV(B) | 73.13º | 0.76% | 0.16% | - |
| XYZ | 1.58 | 2.04 | 0.6 | - |
| YUV | 36.26 | 113.18 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 10 | 0.17 | 0 | 0.76 | 0.84 | 73.13 | 0.62 | 0.1 |
| Hex | 23 | 2A | A | 11 | 0 | 4C | 54 | 49 | 3E | A |
| Octal | 43 | 52 | 12 | 21 | 0 | 114 | 124 | 111 | 76 | 12 |
| Binary | 100011 | 101010 | 1010 | 10001 | 0 | 1001100 | 1010100 | 1001001 | 111110 | 1010 |
Color Harmonies of #232A0A
Complementary color
Monochromatic Colors of #232A0A
Black with #232A0A
Text Example
Text Example
White with #232A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A0A; }
p { color: rgb(35,42,10); }
H1.HeaderClassName
{
color: #232A0A;
}
.AnyTagClassName
{
color: #232A0A;
}
</style>
background-color css
<style>
a { background-color: #232A0A; }
a { background-color: rgb(35,42,10); }
div.DivClassName
{
background-color: #232A0A;
}
.BgClassName
{
background-color: #232A0A;
}
</style>
border-color css
<style>
span { border-color: #232A0A; }
span { border-color: rgb(35,42,10); }
td.TdClassName
{
border-color: #232A0A;
}
.TagClassName
{
border-color: #232A0A;
}
</style>