Shades of Bottle Green #274737
Tints of Bottle Green #274737
RGB
CMYK
RGB Variations
Color information
#274737 (or 0x274737) is known color: Bottle Green. HEX triplet: 27, 47 and 37. RGB value is (39,71,55). Sum of RGB (Red+Green+Blue) = 39+71+55=165 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.64% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 55 (21.88% from 255 or 33.33% from 165); Max value from RGB is 71 - color contains mainly: green. Hex color #274737 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274737 is #D8B8C8. Grayscale: #3B3B3B. Windows color (decimal): -14203081 or 3622695. OLE color: 3622695.
HSL color Cylindrical-coordinate representation of color #274737: hue angle of 150º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #274737 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 39 | 71 | 55 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.72 |
| HSL | 150º | 0.29% | 0.22% | - |
| HSV(B) | 150º | 0.45% | 0.28% | - |
| XYZ | 3.78 | 5.21 | 4.42 | - |
| YUV | 59.61 | 125.4 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 71 | 55 | 0.45 | 0 | 0.23 | 0.72 | 150 | 0.29 | 0.22 |
| Hex | 27 | 47 | 37 | 2D | 0 | 17 | 48 | 96 | 1D | 16 |
| Octal | 47 | 107 | 67 | 55 | 0 | 27 | 110 | 226 | 35 | 26 |
| Binary | 100111 | 1000111 | 110111 | 101101 | 0 | 10111 | 1001000 | 10010110 | 11101 | 10110 |
Color Harmonies of #274737
Complementary color
Monochromatic Colors of #274737
Black with #274737
Text Example
Text Example
White with #274737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274737; }
p { color: rgb(39,71,55); }
H1.HeaderClassName
{
color: #274737;
}
.AnyTagClassName
{
color: #274737;
}
</style>
background-color css
<style>
a { background-color: #274737; }
a { background-color: rgb(39,71,55); }
div.DivClassName
{
background-color: #274737;
}
.BgClassName
{
background-color: #274737;
}
</style>
border-color css
<style>
span { border-color: #274737; }
span { border-color: rgb(39,71,55); }
td.TdClassName
{
border-color: #274737;
}
.TagClassName
{
border-color: #274737;
}
</style>