Shades of Green Waterloo #232705
Tints of Green Waterloo #232705
RGB
CMYK
RGB Variations
Color information
#232705 (or 0x232705) is known color: Green Waterloo. HEX triplet: 23, 27 and 05. RGB value is (35,39,5). Sum of RGB (Red+Green+Blue) = 35+39+5=79 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.30% from 79); Green value is 39 (15.62% from 255 or 49.37% from 79); Blue value is 5 (2.34% from 255 or 6.33% from 79); Max value from RGB is 39 - color contains mainly: green. Hex color #232705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232705 is #DCD8FA. Grayscale: #222222. Windows color (decimal): -14473467 or 337699. OLE color: 337699.
HSL color Cylindrical-coordinate representation of color #232705: hue angle of 67.06º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #232705 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 39 | 5 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.85 |
| HSL | 67.06º | 0.77% | 0.09% | - |
| HSV(B) | 67.06º | 0.87% | 0.15% | - |
| XYZ | 1.45 | 1.82 | 0.42 | - |
| YUV | 33.93 | 111.67 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 39 | 5 | 0.10 | 0 | 0.87 | 0.85 | 67.06 | 0.77 | 0.09 |
| Hex | 23 | 27 | 5 | A | 0 | 57 | 55 | 43 | 4D | 9 |
| Octal | 43 | 47 | 5 | 12 | 0 | 127 | 125 | 103 | 115 | 11 |
| Binary | 100011 | 100111 | 101 | 1010 | 0 | 1010111 | 1010101 | 1000011 | 1001101 | 1001 |
Color Harmonies of #232705
Complementary color
Monochromatic Colors of #232705
Black with #232705
Text Example
Text Example
White with #232705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232705; }
p { color: rgb(35,39,5); }
H1.HeaderClassName
{
color: #232705;
}
.AnyTagClassName
{
color: #232705;
}
</style>
background-color css
<style>
a { background-color: #232705; }
a { background-color: rgb(35,39,5); }
div.DivClassName
{
background-color: #232705;
}
.BgClassName
{
background-color: #232705;
}
</style>
border-color css
<style>
span { border-color: #232705; }
span { border-color: rgb(35,39,5); }
td.TdClassName
{
border-color: #232705;
}
.TagClassName
{
border-color: #232705;
}
</style>