Shades of Green Waterloo #232902
Tints of Green Waterloo #232902
RGB
CMYK
RGB Variations
Color information
#232902 (or 0x232902) is known color: Green Waterloo. HEX triplet: 23, 29 and 02. RGB value is (35,41,2). Sum of RGB (Red+Green+Blue) = 35+41+2=78 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.87% from 78); Green value is 41 (16.41% from 255 or 52.56% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 41 - color contains mainly: green. Hex color #232902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232902 is #DCD6FD. Grayscale: #222222. Windows color (decimal): -14472958 or 141603. OLE color: 141603.
HSL color Cylindrical-coordinate representation of color #232902: hue angle of 69.23º degrees, saturation: 0.91, 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 #232902 is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 41 | 2 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.84 |
| HSL | 69.23º | 0.91% | 0.08% | - |
| HSV(B) | 69.23º | 0.95% | 0.16% | - |
| XYZ | 1.5 | 1.95 | 0.35 | - |
| YUV | 34.76 | 109.51 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 41 | 2 | 0.15 | 0 | 0.95 | 0.84 | 69.23 | 0.91 | 0.08 |
| Hex | 23 | 29 | 2 | F | 0 | 5F | 54 | 45 | 5B | 8 |
| Octal | 43 | 51 | 2 | 17 | 0 | 137 | 124 | 105 | 133 | 10 |
| Binary | 100011 | 101001 | 10 | 1111 | 0 | 1011111 | 1010100 | 1000101 | 1011011 | 1000 |
Color Harmonies of #232902
Complementary color
Monochromatic Colors of #232902
Black with #232902
Text Example
Text Example
White with #232902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232902; }
p { color: rgb(35,41,2); }
H1.HeaderClassName
{
color: #232902;
}
.AnyTagClassName
{
color: #232902;
}
</style>
background-color css
<style>
a { background-color: #232902; }
a { background-color: rgb(35,41,2); }
div.DivClassName
{
background-color: #232902;
}
.BgClassName
{
background-color: #232902;
}
</style>
border-color css
<style>
span { border-color: #232902; }
span { border-color: rgb(35,41,2); }
td.TdClassName
{
border-color: #232902;
}
.TagClassName
{
border-color: #232902;
}
</style>