Shades of Green Waterloo #2B2D08
Tints of Green Waterloo #2B2D08
RGB
CMYK
RGB Variations
Color information
#2B2D08 (or 0x2B2D08) is known color: Green Waterloo. HEX triplet: 2B, 2D and 08. RGB value is (43,45,8). Sum of RGB (Red+Green+Blue) = 43+45+8=96 (12% of max value = 765). Red value is 43 (17.19% from 255 or 44.79% from 96); Green value is 45 (17.97% from 255 or 46.88% from 96); Blue value is 8 (3.52% from 255 or 8.33% from 96); Max value from RGB is 45 - color contains mainly: green. Hex color #2B2D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2D08 is #D4D2F7. Grayscale: #282828. Windows color (decimal): -13947640 or 535851. OLE color: 535851.
HSL color Cylindrical-coordinate representation of color #2B2D08: hue angle of 63.24º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B2D08 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 45 | 8 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.82 |
| HSL | 63.24º | 0.7% | 0.1% | - |
| HSV(B) | 63.24º | 0.82% | 0.18% | - |
| XYZ | 1.98 | 2.41 | 0.59 | - |
| YUV | 40.18 | 109.84 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 45 | 8 | 0.04 | 0 | 0.82 | 0.82 | 63.24 | 0.7 | 0.1 |
| Hex | 2B | 2D | 8 | 4 | 0 | 52 | 52 | 3F | 46 | A |
| Octal | 53 | 55 | 10 | 4 | 0 | 122 | 122 | 77 | 106 | 12 |
| Binary | 101011 | 101101 | 1000 | 100 | 0 | 1010010 | 1010010 | 111111 | 1000110 | 1010 |
Color Harmonies of #2B2D08
Complementary color
Monochromatic Colors of #2B2D08
Black with #2B2D08
Text Example
Text Example
White with #2B2D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2D08; }
p { color: rgb(43,45,8); }
H1.HeaderClassName
{
color: #2B2D08;
}
.AnyTagClassName
{
color: #2B2D08;
}
</style>
background-color css
<style>
a { background-color: #2B2D08; }
a { background-color: rgb(43,45,8); }
div.DivClassName
{
background-color: #2B2D08;
}
.BgClassName
{
background-color: #2B2D08;
}
</style>
border-color css
<style>
span { border-color: #2B2D08; }
span { border-color: rgb(43,45,8); }
td.TdClassName
{
border-color: #2B2D08;
}
.TagClassName
{
border-color: #2B2D08;
}
</style>