Shades of Green Waterloo #2B2E0F
Tints of Green Waterloo #2B2E0F
RGB
CMYK
RGB Variations
Color information
#2B2E0F (or 0x2B2E0F) is known color: Green Waterloo. HEX triplet: 2B, 2E and 0F. RGB value is (43,46,15). Sum of RGB (Red+Green+Blue) = 43+46+15=104 (13% of max value = 765). Red value is 43 (17.19% from 255 or 41.35% from 104); Green value is 46 (18.36% from 255 or 44.23% from 104); Blue value is 15 (6.25% from 255 or 14.42% from 104); Max value from RGB is 46 - color contains mainly: green. Hex color #2B2E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2E0F is #D4D1F0. Grayscale: #292929. Windows color (decimal): -13947377 or 994859. OLE color: 994859.
HSL color Cylindrical-coordinate representation of color #2B2E0F: hue angle of 65.81º degrees, saturation: 0.51, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B2E0F is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 46 | 15 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.82 |
| HSL | 65.81º | 0.51% | 0.12% | - |
| HSV(B) | 65.81º | 0.67% | 0.18% | - |
| XYZ | 2.06 | 2.5 | 0.83 | - |
| YUV | 41.57 | 113.01 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 46 | 15 | 0.07 | 0 | 0.67 | 0.82 | 65.81 | 0.51 | 0.12 |
| Hex | 2B | 2E | F | 7 | 0 | 43 | 52 | 42 | 33 | C |
| Octal | 53 | 56 | 17 | 7 | 0 | 103 | 122 | 102 | 63 | 14 |
| Binary | 101011 | 101110 | 1111 | 111 | 0 | 1000011 | 1010010 | 1000010 | 110011 | 1100 |
Color Harmonies of #2B2E0F
Complementary color
Monochromatic Colors of #2B2E0F
Black with #2B2E0F
Text Example
Text Example
White with #2B2E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2E0F; }
p { color: rgb(43,46,15); }
H1.HeaderClassName
{
color: #2B2E0F;
}
.AnyTagClassName
{
color: #2B2E0F;
}
</style>
background-color css
<style>
a { background-color: #2B2E0F; }
a { background-color: rgb(43,46,15); }
div.DivClassName
{
background-color: #2B2E0F;
}
.BgClassName
{
background-color: #2B2E0F;
}
</style>
border-color css
<style>
span { border-color: #2B2E0F; }
span { border-color: rgb(43,46,15); }
td.TdClassName
{
border-color: #2B2E0F;
}
.TagClassName
{
border-color: #2B2E0F;
}
</style>