Shades of Green Waterloo #242700
Tints of Green Waterloo #242700
RGB
CMYK
RGB Variations
Color information
#242700 (or 0x242700) is known color: Green Waterloo. HEX triplet: 24, 27 and 00. RGB value is (36,39,0). Sum of RGB (Red+Green+Blue) = 36+39+0=75 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48% from 75); Green value is 39 (15.62% from 255 or 52% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 39 - color contains mainly: green. Hex color #242700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242700 is #DBD8FF. Grayscale: #212121. Windows color (decimal): -14407936 or 10020. OLE color: 10020.
HSL color Cylindrical-coordinate representation of color #242700: hue angle of 64.62º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #242700 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 39 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.85 |
| HSL | 64.62º | 1% | 0.08% | - |
| HSV(B) | 64.62º | 1% | 0.15% | - |
| XYZ | 1.45 | 1.83 | 0.28 | - |
| YUV | 33.66 | 109.01 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 39 | 0 | 0.08 | 0 | 1 | 0.85 | 64.62 | 1 | 0.08 |
| Hex | 24 | 27 | 0 | 8 | 0 | 64 | 55 | 41 | 64 | 8 |
| Octal | 44 | 47 | 0 | 10 | 0 | 144 | 125 | 101 | 144 | 10 |
| Binary | 100100 | 100111 | 0 | 1000 | 0 | 1100100 | 1010101 | 1000001 | 1100100 | 1000 |
Color Harmonies of #242700
Complementary color
Monochromatic Colors of #242700
Black with #242700
Text Example
Text Example
White with #242700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242700; }
p { color: rgb(36,39,0); }
H1.HeaderClassName
{
color: #242700;
}
.AnyTagClassName
{
color: #242700;
}
</style>
background-color css
<style>
a { background-color: #242700; }
a { background-color: rgb(36,39,0); }
div.DivClassName
{
background-color: #242700;
}
.BgClassName
{
background-color: #242700;
}
</style>
border-color css
<style>
span { border-color: #242700; }
span { border-color: rgb(36,39,0); }
td.TdClassName
{
border-color: #242700;
}
.TagClassName
{
border-color: #242700;
}
</style>