Shades of Green Waterloo #232D00
Tints of Green Waterloo #232D00
RGB
CMYK
RGB Variations
Color information
#232D00 (or 0x232D00) is known color: Green Waterloo. HEX triplet: 23, 2D and 00. RGB value is (35,45,0). Sum of RGB (Red+Green+Blue) = 35+45+0=80 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.75% from 80); Green value is 45 (17.97% from 255 or 56.25% from 80); Blue value is 0 (0.39% from 255 or 0% from 80); Max value from RGB is 45 - color contains mainly: green. Hex color #232D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232D00 is #DCD2FF. Grayscale: #252525. Windows color (decimal): -14471936 or 11555. OLE color: 11555.
HSL color Cylindrical-coordinate representation of color #232D00: hue angle of 73.33º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #232D00 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 45 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.82 |
| HSL | 73.33º | 1% | 0.09% | - |
| HSV(B) | 73.33º | 1% | 0.18% | - |
| XYZ | 1.63 | 2.23 | 0.35 | - |
| YUV | 36.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 0 | 0.22 | 0 | 1 | 0.82 | 73.33 | 1 | 0.09 |
| Hex | 23 | 2D | 0 | 16 | 0 | 64 | 52 | 49 | 64 | 9 |
| Octal | 43 | 55 | 0 | 26 | 0 | 144 | 122 | 111 | 144 | 11 |
| Binary | 100011 | 101101 | 0 | 10110 | 0 | 1100100 | 1010010 | 1001001 | 1100100 | 1001 |
Color Harmonies of #232D00
Complementary color
Monochromatic Colors of #232D00
Black with #232D00
Text Example
Text Example
White with #232D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D00; }
p { color: rgb(35,45,0); }
H1.HeaderClassName
{
color: #232D00;
}
.AnyTagClassName
{
color: #232D00;
}
</style>
background-color css
<style>
a { background-color: #232D00; }
a { background-color: rgb(35,45,0); }
div.DivClassName
{
background-color: #232D00;
}
.BgClassName
{
background-color: #232D00;
}
</style>
border-color css
<style>
span { border-color: #232D00; }
span { border-color: rgb(35,45,0); }
td.TdClassName
{
border-color: #232D00;
}
.TagClassName
{
border-color: #232D00;
}
</style>