Shades of Green Waterloo #242802
Tints of Green Waterloo #242802
RGB
CMYK
RGB Variations
Color information
#242802 (or 0x242802) is known color: Green Waterloo. HEX triplet: 24, 28 and 02. RGB value is (36,40,2). Sum of RGB (Red+Green+Blue) = 36+40+2=78 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.15% from 78); Green value is 40 (16.02% from 255 or 51.28% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 40 - color contains mainly: green. Hex color #242802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242802 is #DBD7FD. Grayscale: #222222. Windows color (decimal): -14407678 or 141348. OLE color: 141348.
HSL color Cylindrical-coordinate representation of color #242802: hue angle of 66.32º degrees, saturation: 0.9, 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 #242802 is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 40 | 2 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.84 |
| HSL | 66.32º | 0.9% | 0.08% | - |
| HSV(B) | 66.32º | 0.95% | 0.16% | - |
| XYZ | 1.5 | 1.9 | 0.34 | - |
| YUV | 34.47 | 109.67 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 40 | 2 | 0.10 | 0 | 0.95 | 0.84 | 66.32 | 0.9 | 0.08 |
| Hex | 24 | 28 | 2 | A | 0 | 5F | 54 | 42 | 5A | 8 |
| Octal | 44 | 50 | 2 | 12 | 0 | 137 | 124 | 102 | 132 | 10 |
| Binary | 100100 | 101000 | 10 | 1010 | 0 | 1011111 | 1010100 | 1000010 | 1011010 | 1000 |
Color Harmonies of #242802
Complementary color
Monochromatic Colors of #242802
Black with #242802
Text Example
Text Example
White with #242802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242802; }
p { color: rgb(36,40,2); }
H1.HeaderClassName
{
color: #242802;
}
.AnyTagClassName
{
color: #242802;
}
</style>
background-color css
<style>
a { background-color: #242802; }
a { background-color: rgb(36,40,2); }
div.DivClassName
{
background-color: #242802;
}
.BgClassName
{
background-color: #242802;
}
</style>
border-color css
<style>
span { border-color: #242802; }
span { border-color: rgb(36,40,2); }
td.TdClassName
{
border-color: #242802;
}
.TagClassName
{
border-color: #242802;
}
</style>