Shades of Bottle Green #274E3A
Tints of Bottle Green #274E3A
RGB
CMYK
RGB Variations
Color information
#274E3A (or 0x274E3A) is known color: Bottle Green. HEX triplet: 27, 4E and 3A. RGB value is (39,78,58). Sum of RGB (Red+Green+Blue) = 39+78+58=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 78 (30.86% from 255 or 44.57% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 78 - color contains mainly: green. Hex color #274E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #274E3A is #D8B1C5. Grayscale: #404040. Windows color (decimal): -14201286 or 3821095. OLE color: 3821095.
HSL color Cylindrical-coordinate representation of color #274E3A: hue angle of 149.23º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #274E3A is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 78 | 58 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.69 |
| HSL | 149.23º | 0.33% | 0.23% | - |
| HSV(B) | 149.23º | 0.5% | 0.31% | - |
| XYZ | 4.32 | 6.19 | 4.97 | - |
| YUV | 64.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 78 | 58 | 0.50 | 0 | 0.26 | 0.69 | 149.23 | 0.33 | 0.23 |
| Hex | 27 | 4E | 3A | 32 | 0 | 1A | 45 | 95 | 21 | 17 |
| Octal | 47 | 116 | 72 | 62 | 0 | 32 | 105 | 225 | 41 | 27 |
| Binary | 100111 | 1001110 | 111010 | 110010 | 0 | 11010 | 1000101 | 10010101 | 100001 | 10111 |
Color Harmonies of #274E3A
Complementary color
Monochromatic Colors of #274E3A
Black with #274E3A
Text Example
Text Example
White with #274E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274E3A; }
p { color: rgb(39,78,58); }
H1.HeaderClassName
{
color: #274E3A;
}
.AnyTagClassName
{
color: #274E3A;
}
</style>
background-color css
<style>
a { background-color: #274E3A; }
a { background-color: rgb(39,78,58); }
div.DivClassName
{
background-color: #274E3A;
}
.BgClassName
{
background-color: #274E3A;
}
</style>
border-color css
<style>
span { border-color: #274E3A; }
span { border-color: rgb(39,78,58); }
td.TdClassName
{
border-color: #274E3A;
}
.TagClassName
{
border-color: #274E3A;
}
</style>