Shades of Green Waterloo #23270B
Tints of Green Waterloo #23270B
RGB
CMYK
RGB Variations
Color information
#23270B (or 0x23270B) is known color: Green Waterloo. HEX triplet: 23, 27 and 0B. RGB value is (35,39,11). Sum of RGB (Red+Green+Blue) = 35+39+11=85 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.18% from 85); Green value is 39 (15.62% from 255 or 45.88% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 39 - color contains mainly: green. Hex color #23270B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23270B is #DCD8F4. Grayscale: #222222. Windows color (decimal): -14473461 or 730915. OLE color: 730915.
HSL color Cylindrical-coordinate representation of color #23270B: hue angle of 68.57º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23270B is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 39 | 11 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.85 |
| HSL | 68.57º | 0.56% | 0.1% | - |
| HSV(B) | 68.57º | 0.72% | 0.15% | - |
| XYZ | 1.48 | 1.83 | 0.59 | - |
| YUV | 34.61 | 114.67 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 39 | 11 | 0.10 | 0 | 0.72 | 0.85 | 68.57 | 0.56 | 0.1 |
| Hex | 23 | 27 | B | A | 0 | 48 | 55 | 45 | 38 | A |
| Octal | 43 | 47 | 13 | 12 | 0 | 110 | 125 | 105 | 70 | 12 |
| Binary | 100011 | 100111 | 1011 | 1010 | 0 | 1001000 | 1010101 | 1000101 | 111000 | 1010 |
Color Harmonies of #23270B
Complementary color
Monochromatic Colors of #23270B
Black with #23270B
Text Example
Text Example
White with #23270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23270B; }
p { color: rgb(35,39,11); }
H1.HeaderClassName
{
color: #23270B;
}
.AnyTagClassName
{
color: #23270B;
}
</style>
background-color css
<style>
a { background-color: #23270B; }
a { background-color: rgb(35,39,11); }
div.DivClassName
{
background-color: #23270B;
}
.BgClassName
{
background-color: #23270B;
}
</style>
border-color css
<style>
span { border-color: #23270B; }
span { border-color: rgb(35,39,11); }
td.TdClassName
{
border-color: #23270B;
}
.TagClassName
{
border-color: #23270B;
}
</style>