Shades of Green Waterloo #232707
Tints of Green Waterloo #232707
RGB
CMYK
RGB Variations
Color information
#232707 (or 0x232707) is known color: Green Waterloo. HEX triplet: 23, 27 and 07. RGB value is (35,39,7). Sum of RGB (Red+Green+Blue) = 35+39+7=81 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.21% from 81); Green value is 39 (15.62% from 255 or 48.15% from 81); Blue value is 7 (3.12% from 255 or 8.64% from 81); Max value from RGB is 39 - color contains mainly: green. Hex color #232707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232707 is #DCD8F8. Grayscale: #222222. Windows color (decimal): -14473465 or 468771. OLE color: 468771.
HSL color Cylindrical-coordinate representation of color #232707: hue angle of 67.5º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #232707 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 39 | 7 | - |
| CMYK | 0.10 | 0 | 0.82 | 0.85 |
| HSL | 67.5º | 0.7% | 0.09% | - |
| HSV(B) | 67.5º | 0.82% | 0.15% | - |
| XYZ | 1.46 | 1.82 | 0.48 | - |
| YUV | 34.16 | 112.67 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 39 | 7 | 0.10 | 0 | 0.82 | 0.85 | 67.5 | 0.7 | 0.09 |
| Hex | 23 | 27 | 7 | A | 0 | 52 | 55 | 44 | 46 | 9 |
| Octal | 43 | 47 | 7 | 12 | 0 | 122 | 125 | 104 | 106 | 11 |
| Binary | 100011 | 100111 | 111 | 1010 | 0 | 1010010 | 1010101 | 1000100 | 1000110 | 1001 |
Color Harmonies of #232707
Complementary color
Monochromatic Colors of #232707
Black with #232707
Text Example
Text Example
White with #232707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232707; }
p { color: rgb(35,39,7); }
H1.HeaderClassName
{
color: #232707;
}
.AnyTagClassName
{
color: #232707;
}
</style>
background-color css
<style>
a { background-color: #232707; }
a { background-color: rgb(35,39,7); }
div.DivClassName
{
background-color: #232707;
}
.BgClassName
{
background-color: #232707;
}
</style>
border-color css
<style>
span { border-color: #232707; }
span { border-color: rgb(35,39,7); }
td.TdClassName
{
border-color: #232707;
}
.TagClassName
{
border-color: #232707;
}
</style>