Shades of Green Waterloo #24270C
Tints of Green Waterloo #24270C
RGB
CMYK
RGB Variations
Color information
#24270C (or 0x24270C) is known color: Green Waterloo. HEX triplet: 24, 27 and 0C. RGB value is (36,39,12). Sum of RGB (Red+Green+Blue) = 36+39+12=87 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.38% from 87); Green value is 39 (15.62% from 255 or 44.83% from 87); Blue value is 12 (5.08% from 255 or 13.79% from 87); Max value from RGB is 39 - color contains mainly: green. Hex color #24270C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24270C is #DBD8F3. Grayscale: #232323. Windows color (decimal): -14407924 or 796452. OLE color: 796452.
HSL color Cylindrical-coordinate representation of color #24270C: hue angle of 66.67º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #24270C is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 39 | 12 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.85 |
| HSL | 66.67º | 0.53% | 0.1% | - |
| HSV(B) | 66.67º | 0.69% | 0.15% | - |
| XYZ | 1.52 | 1.85 | 0.63 | - |
| YUV | 35.03 | 115.01 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 39 | 12 | 0.08 | 0 | 0.69 | 0.85 | 66.67 | 0.53 | 0.1 |
| Hex | 24 | 27 | C | 8 | 0 | 45 | 55 | 43 | 35 | A |
| Octal | 44 | 47 | 14 | 10 | 0 | 105 | 125 | 103 | 65 | 12 |
| Binary | 100100 | 100111 | 1100 | 1000 | 0 | 1000101 | 1010101 | 1000011 | 110101 | 1010 |
Color Harmonies of #24270C
Complementary color
Monochromatic Colors of #24270C
Black with #24270C
Text Example
Text Example
White with #24270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24270C; }
p { color: rgb(36,39,12); }
H1.HeaderClassName
{
color: #24270C;
}
.AnyTagClassName
{
color: #24270C;
}
</style>
background-color css
<style>
a { background-color: #24270C; }
a { background-color: rgb(36,39,12); }
div.DivClassName
{
background-color: #24270C;
}
.BgClassName
{
background-color: #24270C;
}
</style>
border-color css
<style>
span { border-color: #24270C; }
span { border-color: rgb(36,39,12); }
td.TdClassName
{
border-color: #24270C;
}
.TagClassName
{
border-color: #24270C;
}
</style>