Shades of Bottle Green #274836
Tints of Bottle Green #274836
RGB
CMYK
RGB Variations
Color information
#274836 (or 0x274836) is known color: Bottle Green. HEX triplet: 27, 48 and 36. RGB value is (39,72,54). Sum of RGB (Red+Green+Blue) = 39+72+54=165 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.64% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 72 - color contains mainly: green. Hex color #274836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274836 is #D8B7C9. Grayscale: #3C3C3C. Windows color (decimal): -14202826 or 3557415. OLE color: 3557415.
HSL color Cylindrical-coordinate representation of color #274836: hue angle of 147.27º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #274836 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 39 | 72 | 54 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.72 |
| HSL | 147.27º | 0.3% | 0.22% | - |
| HSV(B) | 147.27º | 0.46% | 0.28% | - |
| XYZ | 3.82 | 5.33 | 4.32 | - |
| YUV | 60.08 | 124.57 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 72 | 54 | 0.46 | 0 | 0.25 | 0.72 | 147.27 | 0.3 | 0.22 |
| Hex | 27 | 48 | 36 | 2E | 0 | 19 | 48 | 93 | 1E | 16 |
| Octal | 47 | 110 | 66 | 56 | 0 | 31 | 110 | 223 | 36 | 26 |
| Binary | 100111 | 1001000 | 110110 | 101110 | 0 | 11001 | 1001000 | 10010011 | 11110 | 10110 |
Color Harmonies of #274836
Complementary color
Monochromatic Colors of #274836
Black with #274836
Text Example
Text Example
White with #274836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274836; }
p { color: rgb(39,72,54); }
H1.HeaderClassName
{
color: #274836;
}
.AnyTagClassName
{
color: #274836;
}
</style>
background-color css
<style>
a { background-color: #274836; }
a { background-color: rgb(39,72,54); }
div.DivClassName
{
background-color: #274836;
}
.BgClassName
{
background-color: #274836;
}
</style>
border-color css
<style>
span { border-color: #274836; }
span { border-color: rgb(39,72,54); }
td.TdClassName
{
border-color: #274836;
}
.TagClassName
{
border-color: #274836;
}
</style>