Shades of Bottle Green #274937
Tints of Bottle Green #274937
RGB
CMYK
RGB Variations
Color information
#274937 (or 0x274937) is known color: Bottle Green. HEX triplet: 27, 49 and 37. RGB value is (39,73,55). Sum of RGB (Red+Green+Blue) = 39+73+55=167 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.35% from 167); Green value is 73 (28.91% from 255 or 43.71% from 167); Blue value is 55 (21.88% from 255 or 32.93% from 167); Max value from RGB is 73 - color contains mainly: green. Hex color #274937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274937 is #D8B6C8. Grayscale: #3C3C3C. Windows color (decimal): -14202569 or 3623207. OLE color: 3623207.
HSL color Cylindrical-coordinate representation of color #274937: hue angle of 148.24º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #274937 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 73 | 55 | - |
| CMYK | 0.47 | 0 | 0.25 | 0.71 |
| HSL | 148.24º | 0.3% | 0.22% | - |
| HSV(B) | 148.24º | 0.47% | 0.29% | - |
| XYZ | 3.91 | 5.47 | 4.46 | - |
| YUV | 60.78 | 124.74 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 73 | 55 | 0.47 | 0 | 0.25 | 0.71 | 148.24 | 0.3 | 0.22 |
| Hex | 27 | 49 | 37 | 2F | 0 | 19 | 47 | 94 | 1E | 16 |
| Octal | 47 | 111 | 67 | 57 | 0 | 31 | 107 | 224 | 36 | 26 |
| Binary | 100111 | 1001001 | 110111 | 101111 | 0 | 11001 | 1000111 | 10010100 | 11110 | 10110 |
Color Harmonies of #274937
Complementary color
Monochromatic Colors of #274937
Black with #274937
Text Example
Text Example
White with #274937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274937; }
p { color: rgb(39,73,55); }
H1.HeaderClassName
{
color: #274937;
}
.AnyTagClassName
{
color: #274937;
}
</style>
background-color css
<style>
a { background-color: #274937; }
a { background-color: rgb(39,73,55); }
div.DivClassName
{
background-color: #274937;
}
.BgClassName
{
background-color: #274937;
}
</style>
border-color css
<style>
span { border-color: #274937; }
span { border-color: rgb(39,73,55); }
td.TdClassName
{
border-color: #274937;
}
.TagClassName
{
border-color: #274937;
}
</style>