Shades of Green Waterloo #232802
Tints of Green Waterloo #232802
RGB
CMYK
RGB Variations
Color information
#232802 (or 0x232802) is known color: Green Waterloo. HEX triplet: 23, 28 and 02. RGB value is (35,40,2). Sum of RGB (Red+Green+Blue) = 35+40+2=77 (10% of max value = 765). Red value is 35 (14.06% from 255 or 45.45% from 77); Green value is 40 (16.02% from 255 or 51.95% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 40 - color contains mainly: green. Hex color #232802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232802 is #DCD7FD. Grayscale: #222222. Windows color (decimal): -14473214 or 141347. OLE color: 141347.
HSL color Cylindrical-coordinate representation of color #232802: hue angle of 67.89º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #232802 is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 40 | 2 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.84 |
| HSL | 67.89º | 0.9% | 0.08% | - |
| HSV(B) | 67.89º | 0.95% | 0.16% | - |
| XYZ | 1.46 | 1.88 | 0.34 | - |
| YUV | 34.17 | 109.84 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 40 | 2 | 0.12 | 0 | 0.95 | 0.84 | 67.89 | 0.9 | 0.08 |
| Hex | 23 | 28 | 2 | C | 0 | 5F | 54 | 44 | 5A | 8 |
| Octal | 43 | 50 | 2 | 14 | 0 | 137 | 124 | 104 | 132 | 10 |
| Binary | 100011 | 101000 | 10 | 1100 | 0 | 1011111 | 1010100 | 1000100 | 1011010 | 1000 |
Color Harmonies of #232802
Complementary color
Monochromatic Colors of #232802
Black with #232802
Text Example
Text Example
White with #232802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232802; }
p { color: rgb(35,40,2); }
H1.HeaderClassName
{
color: #232802;
}
.AnyTagClassName
{
color: #232802;
}
</style>
background-color css
<style>
a { background-color: #232802; }
a { background-color: rgb(35,40,2); }
div.DivClassName
{
background-color: #232802;
}
.BgClassName
{
background-color: #232802;
}
</style>
border-color css
<style>
span { border-color: #232802; }
span { border-color: rgb(35,40,2); }
td.TdClassName
{
border-color: #232802;
}
.TagClassName
{
border-color: #232802;
}
</style>