Shades of Green Waterloo #2A3008
Tints of Green Waterloo #2A3008
RGB
CMYK
RGB Variations
Color information
#2A3008 (or 0x2A3008) is known color: Green Waterloo. HEX triplet: 2A, 30 and 08. RGB value is (42,48,8). Sum of RGB (Red+Green+Blue) = 42+48+8=98 (12% of max value = 765). Red value is 42 (16.80% from 255 or 42.86% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #2A3008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3008 is #D5CFF7. Grayscale: #292929. Windows color (decimal): -14012408 or 536618. OLE color: 536618.
HSL color Cylindrical-coordinate representation of color #2A3008: hue angle of 69º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A3008 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 42 | 48 | 8 | - |
| CMYK | 0.13 | 0 | 0.83 | 0.81 |
| HSL | 69º | 0.71% | 0.11% | - |
| HSV(B) | 69º | 0.83% | 0.19% | - |
| XYZ | 2.06 | 2.62 | 0.63 | - |
| YUV | 41.65 | 109.01 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 48 | 8 | 0.13 | 0 | 0.83 | 0.81 | 69 | 0.71 | 0.11 |
| Hex | 2A | 30 | 8 | D | 0 | 53 | 51 | 45 | 47 | B |
| Octal | 52 | 60 | 10 | 15 | 0 | 123 | 121 | 105 | 107 | 13 |
| Binary | 101010 | 110000 | 1000 | 1101 | 0 | 1010011 | 1010001 | 1000101 | 1000111 | 1011 |
Color Harmonies of #2A3008
Complementary color
Monochromatic Colors of #2A3008
Black with #2A3008
Text Example
Text Example
White with #2A3008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3008; }
p { color: rgb(42,48,8); }
H1.HeaderClassName
{
color: #2A3008;
}
.AnyTagClassName
{
color: #2A3008;
}
</style>
background-color css
<style>
a { background-color: #2A3008; }
a { background-color: rgb(42,48,8); }
div.DivClassName
{
background-color: #2A3008;
}
.BgClassName
{
background-color: #2A3008;
}
</style>
border-color css
<style>
span { border-color: #2A3008; }
span { border-color: rgb(42,48,8); }
td.TdClassName
{
border-color: #2A3008;
}
.TagClassName
{
border-color: #2A3008;
}
</style>