Shades of Green Waterloo #232A02
Tints of Green Waterloo #232A02
RGB
CMYK
RGB Variations
Color information
#232A02 (or 0x232A02) is known color: Green Waterloo. HEX triplet: 23, 2A and 02. RGB value is (35,42,2). Sum of RGB (Red+Green+Blue) = 35+42+2=79 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.30% from 79); Green value is 42 (16.80% from 255 or 53.16% from 79); Blue value is 2 (1.17% from 255 or 2.53% from 79); Max value from RGB is 42 - color contains mainly: green. Hex color #232A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232A02 is #DCD5FD. Grayscale: #232323. Windows color (decimal): -14472702 or 141859. OLE color: 141859.
HSL color Cylindrical-coordinate representation of color #232A02: hue angle of 70.5º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #232A02 is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 42 | 2 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.84 |
| HSL | 70.5º | 0.91% | 0.09% | - |
| HSV(B) | 70.5º | 0.95% | 0.16% | - |
| XYZ | 1.53 | 2.02 | 0.37 | - |
| YUV | 35.35 | 109.18 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 2 | 0.17 | 0 | 0.95 | 0.84 | 70.5 | 0.91 | 0.09 |
| Hex | 23 | 2A | 2 | 11 | 0 | 5F | 54 | 46 | 5B | 9 |
| Octal | 43 | 52 | 2 | 21 | 0 | 137 | 124 | 106 | 133 | 11 |
| Binary | 100011 | 101010 | 10 | 10001 | 0 | 1011111 | 1010100 | 1000110 | 1011011 | 1001 |
Color Harmonies of #232A02
Complementary color
Monochromatic Colors of #232A02
Black with #232A02
Text Example
Text Example
White with #232A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A02; }
p { color: rgb(35,42,2); }
H1.HeaderClassName
{
color: #232A02;
}
.AnyTagClassName
{
color: #232A02;
}
</style>
background-color css
<style>
a { background-color: #232A02; }
a { background-color: rgb(35,42,2); }
div.DivClassName
{
background-color: #232A02;
}
.BgClassName
{
background-color: #232A02;
}
</style>
border-color css
<style>
span { border-color: #232A02; }
span { border-color: rgb(35,42,2); }
td.TdClassName
{
border-color: #232A02;
}
.TagClassName
{
border-color: #232A02;
}
</style>