Shades of Green Waterloo #242703
Tints of Green Waterloo #242703
RGB
CMYK
RGB Variations
Color information
#242703 (or 0x242703) is known color: Green Waterloo. HEX triplet: 24, 27 and 03. RGB value is (36,39,3). Sum of RGB (Red+Green+Blue) = 36+39+3=78 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.15% from 78); Green value is 39 (15.62% from 255 or 50% from 78); Blue value is 3 (1.56% from 255 or 3.85% from 78); Max value from RGB is 39 - color contains mainly: green. Hex color #242703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242703 is #DBD8FC. Grayscale: #222222. Windows color (decimal): -14407933 or 206628. OLE color: 206628.
HSL color Cylindrical-coordinate representation of color #242703: hue angle of 65º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #242703 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 39 | 3 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.85 |
| HSL | 65º | 0.86% | 0.08% | - |
| HSV(B) | 65º | 0.92% | 0.15% | - |
| XYZ | 1.47 | 1.83 | 0.36 | - |
| YUV | 34 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 39 | 3 | 0.08 | 0 | 0.92 | 0.85 | 65 | 0.86 | 0.08 |
| Hex | 24 | 27 | 3 | 8 | 0 | 5C | 55 | 41 | 56 | 8 |
| Octal | 44 | 47 | 3 | 10 | 0 | 134 | 125 | 101 | 126 | 10 |
| Binary | 100100 | 100111 | 11 | 1000 | 0 | 1011100 | 1010101 | 1000001 | 1010110 | 1000 |
Color Harmonies of #242703
Complementary color
Monochromatic Colors of #242703
Black with #242703
Text Example
Text Example
White with #242703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242703; }
p { color: rgb(36,39,3); }
H1.HeaderClassName
{
color: #242703;
}
.AnyTagClassName
{
color: #242703;
}
</style>
background-color css
<style>
a { background-color: #242703; }
a { background-color: rgb(36,39,3); }
div.DivClassName
{
background-color: #242703;
}
.BgClassName
{
background-color: #242703;
}
</style>
border-color css
<style>
span { border-color: #242703; }
span { border-color: rgb(36,39,3); }
td.TdClassName
{
border-color: #242703;
}
.TagClassName
{
border-color: #242703;
}
</style>