Shades of Green Waterloo #0D0E07
Tints of Green Waterloo #0D0E07
RGB
CMYK
RGB Variations
Color information
#0D0E07 (or 0x0D0E07) is known color: Green Waterloo. HEX triplet: 0D, 0E and 07. RGB value is (13,14,7). Sum of RGB (Red+Green+Blue) = 13+14+7=34 (4% of max value = 765). Red value is 13 (5.47% from 255 or 38.24% from 34); Green value is 14 (5.86% from 255 or 41.18% from 34); Blue value is 7 (3.12% from 255 or 20.59% from 34); Max value from RGB is 14 - color contains mainly: green. Hex color #0D0E07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0E07 is #F2F1F8. Grayscale: #0C0C0C. Windows color (decimal): -15921657 or 462349. OLE color: 462349.
HSL color Cylindrical-coordinate representation of color #0D0E07: hue angle of 68.57º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0D0E07 is Cyan = 0.07, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 13 | 14 | 7 | - |
| CMYK | 0.07 | 0 | 0.5 | 0.95 |
| HSL | 68.57º | 0.33% | 0.04% | - |
| HSV(B) | 68.57º | 0.5% | 0.05% | - |
| XYZ | 0.36 | 0.41 | 0.26 | - |
| YUV | 12.9 | 124.67 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 14 | 7 | 0.07 | 0 | 0.5 | 0.95 | 68.57 | 0.33 | 0.04 |
| Hex | D | E | 7 | 7 | 0 | 32 | 5F | 45 | 21 | 4 |
| Octal | 15 | 16 | 7 | 7 | 0 | 62 | 137 | 105 | 41 | 4 |
| Binary | 1101 | 1110 | 111 | 111 | 0 | 110010 | 1011111 | 1000101 | 100001 | 100 |
Color Harmonies of #0D0E07
Complementary color
Monochromatic Colors of #0D0E07
Black with #0D0E07
Text Example
Text Example
White with #0D0E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0E07; }
p { color: rgb(13,14,7); }
H1.HeaderClassName
{
color: #0D0E07;
}
.AnyTagClassName
{
color: #0D0E07;
}
</style>
background-color css
<style>
a { background-color: #0D0E07; }
a { background-color: rgb(13,14,7); }
div.DivClassName
{
background-color: #0D0E07;
}
.BgClassName
{
background-color: #0D0E07;
}
</style>
border-color css
<style>
span { border-color: #0D0E07; }
span { border-color: rgb(13,14,7); }
td.TdClassName
{
border-color: #0D0E07;
}
.TagClassName
{
border-color: #0D0E07;
}
</style>