Shades of Green Waterloo #232708
Tints of Green Waterloo #232708
RGB
CMYK
RGB Variations
Color information
#232708 (or 0x232708) is known color: Green Waterloo. HEX triplet: 23, 27 and 08. RGB value is (35,39,8). Sum of RGB (Red+Green+Blue) = 35+39+8=82 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.68% from 82); Green value is 39 (15.62% from 255 or 47.56% from 82); Blue value is 8 (3.52% from 255 or 9.76% from 82); Max value from RGB is 39 - color contains mainly: green. Hex color #232708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232708 is #DCD8F7. Grayscale: #222222. Windows color (decimal): -14473464 or 534307. OLE color: 534307.
HSL color Cylindrical-coordinate representation of color #232708: hue angle of 67.74º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #232708 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 39 | 8 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.85 |
| HSL | 67.74º | 0.66% | 0.09% | - |
| HSV(B) | 67.74º | 0.79% | 0.15% | - |
| XYZ | 1.46 | 1.83 | 0.51 | - |
| YUV | 34.27 | 113.17 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 39 | 8 | 0.10 | 0 | 0.79 | 0.85 | 67.74 | 0.66 | 0.09 |
| Hex | 23 | 27 | 8 | A | 0 | 4F | 55 | 44 | 42 | 9 |
| Octal | 43 | 47 | 10 | 12 | 0 | 117 | 125 | 104 | 102 | 11 |
| Binary | 100011 | 100111 | 1000 | 1010 | 0 | 1001111 | 1010101 | 1000100 | 1000010 | 1001 |
Color Harmonies of #232708
Complementary color
Monochromatic Colors of #232708
Black with #232708
Text Example
Text Example
White with #232708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232708; }
p { color: rgb(35,39,8); }
H1.HeaderClassName
{
color: #232708;
}
.AnyTagClassName
{
color: #232708;
}
</style>
background-color css
<style>
a { background-color: #232708; }
a { background-color: rgb(35,39,8); }
div.DivClassName
{
background-color: #232708;
}
.BgClassName
{
background-color: #232708;
}
</style>
border-color css
<style>
span { border-color: #232708; }
span { border-color: rgb(35,39,8); }
td.TdClassName
{
border-color: #232708;
}
.TagClassName
{
border-color: #232708;
}
</style>