Shades of Green Waterloo #23270F
Tints of Green Waterloo #23270F
RGB
CMYK
RGB Variations
Color information
#23270F (or 0x23270F) is known color: Green Waterloo. HEX triplet: 23, 27 and 0F. RGB value is (35,39,15). Sum of RGB (Red+Green+Blue) = 35+39+15=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 39 (15.62% from 255 or 43.82% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 39 - color contains mainly: green. Hex color #23270F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23270F is #DCD8F0. Grayscale: #232323. Windows color (decimal): -14473457 or 993059. OLE color: 993059.
HSL color Cylindrical-coordinate representation of color #23270F: hue angle of 70º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23270F is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 39 | 15 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.85 |
| HSL | 70º | 0.44% | 0.11% | - |
| HSV(B) | 70º | 0.62% | 0.15% | - |
| XYZ | 1.5 | 1.84 | 0.73 | - |
| YUV | 35.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 39 | 15 | 0.10 | 0 | 0.62 | 0.85 | 70 | 0.44 | 0.11 |
| Hex | 23 | 27 | F | A | 0 | 3E | 55 | 46 | 2C | B |
| Octal | 43 | 47 | 17 | 12 | 0 | 76 | 125 | 106 | 54 | 13 |
| Binary | 100011 | 100111 | 1111 | 1010 | 0 | 111110 | 1010101 | 1000110 | 101100 | 1011 |
Color Harmonies of #23270F
Complementary color
Monochromatic Colors of #23270F
Black with #23270F
Text Example
Text Example
White with #23270F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23270F; }
p { color: rgb(35,39,15); }
H1.HeaderClassName
{
color: #23270F;
}
.AnyTagClassName
{
color: #23270F;
}
</style>
background-color css
<style>
a { background-color: #23270F; }
a { background-color: rgb(35,39,15); }
div.DivClassName
{
background-color: #23270F;
}
.BgClassName
{
background-color: #23270F;
}
</style>
border-color css
<style>
span { border-color: #23270F; }
span { border-color: rgb(35,39,15); }
td.TdClassName
{
border-color: #23270F;
}
.TagClassName
{
border-color: #23270F;
}
</style>