Shades of Bottle Green #2C4B3A
Tints of Bottle Green #2C4B3A
RGB
CMYK
RGB Variations
Color information
#2C4B3A (or 0x2C4B3A) is known color: Bottle Green. HEX triplet: 2C, 4B and 3A. RGB value is (44,75,58). Sum of RGB (Red+Green+Blue) = 44+75+58=177 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.86% from 177); Green value is 75 (29.69% from 255 or 42.37% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 75 - color contains mainly: green. Hex color #2C4B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4B3A is #D3B4C5. Grayscale: #3F3F3F. Windows color (decimal): -13874374 or 3820332. OLE color: 3820332.
HSL color Cylindrical-coordinate representation of color #2C4B3A: hue angle of 147.1º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2C4B3A is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 44 | 75 | 58 | - |
| CMYK | 0.41 | 0 | 0.23 | 0.71 |
| HSL | 147.1º | 0.26% | 0.23% | - |
| HSV(B) | 147.1º | 0.41% | 0.29% | - |
| XYZ | 4.32 | 5.87 | 4.91 | - |
| YUV | 63.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 75 | 58 | 0.41 | 0 | 0.23 | 0.71 | 147.1 | 0.26 | 0.23 |
| Hex | 2C | 4B | 3A | 29 | 0 | 17 | 47 | 93 | 1A | 17 |
| Octal | 54 | 113 | 72 | 51 | 0 | 27 | 107 | 223 | 32 | 27 |
| Binary | 101100 | 1001011 | 111010 | 101001 | 0 | 10111 | 1000111 | 10010011 | 11010 | 10111 |
Color Harmonies of #2C4B3A
Complementary color
Monochromatic Colors of #2C4B3A
Black with #2C4B3A
Text Example
Text Example
White with #2C4B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4B3A; }
p { color: rgb(44,75,58); }
H1.HeaderClassName
{
color: #2C4B3A;
}
.AnyTagClassName
{
color: #2C4B3A;
}
</style>
background-color css
<style>
a { background-color: #2C4B3A; }
a { background-color: rgb(44,75,58); }
div.DivClassName
{
background-color: #2C4B3A;
}
.BgClassName
{
background-color: #2C4B3A;
}
</style>
border-color css
<style>
span { border-color: #2C4B3A; }
span { border-color: rgb(44,75,58); }
td.TdClassName
{
border-color: #2C4B3A;
}
.TagClassName
{
border-color: #2C4B3A;
}
</style>