Shades of Bottle Green #264839
Tints of Bottle Green #264839
RGB
CMYK
RGB Variations
Color information
#264839 (or 0x264839) is known color: Bottle Green. HEX triplet: 26, 48 and 39. RGB value is (38,72,57). Sum of RGB (Red+Green+Blue) = 38+72+57=167 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.75% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 57 (22.66% from 255 or 34.13% from 167); Max value from RGB is 72 - color contains mainly: green. Hex color #264839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264839 is #D9B7C6. Grayscale: #3C3C3C. Windows color (decimal): -14268359 or 3754022. OLE color: 3754022.
HSL color Cylindrical-coordinate representation of color #264839: hue angle of 153.53º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #264839 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 38 | 72 | 57 | - |
| CMYK | 0.47 | 0 | 0.21 | 0.72 |
| HSL | 153.53º | 0.31% | 0.22% | - |
| HSV(B) | 153.53º | 0.47% | 0.28% | - |
| XYZ | 3.86 | 5.34 | 4.7 | - |
| YUV | 60.12 | 126.24 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 72 | 57 | 0.47 | 0 | 0.21 | 0.72 | 153.53 | 0.31 | 0.22 |
| Hex | 26 | 48 | 39 | 2F | 0 | 15 | 48 | 9A | 1F | 16 |
| Octal | 46 | 110 | 71 | 57 | 0 | 25 | 110 | 232 | 37 | 26 |
| Binary | 100110 | 1001000 | 111001 | 101111 | 0 | 10101 | 1001000 | 10011010 | 11111 | 10110 |
Color Harmonies of #264839
Complementary color
Monochromatic Colors of #264839
Black with #264839
Text Example
Text Example
White with #264839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264839; }
p { color: rgb(38,72,57); }
H1.HeaderClassName
{
color: #264839;
}
.AnyTagClassName
{
color: #264839;
}
</style>
background-color css
<style>
a { background-color: #264839; }
a { background-color: rgb(38,72,57); }
div.DivClassName
{
background-color: #264839;
}
.BgClassName
{
background-color: #264839;
}
</style>
border-color css
<style>
span { border-color: #264839; }
span { border-color: rgb(38,72,57); }
td.TdClassName
{
border-color: #264839;
}
.TagClassName
{
border-color: #264839;
}
</style>