Shades of Bottle Green #264939
Tints of Bottle Green #264939
RGB
CMYK
RGB Variations
Color information
#264939 (or 0x264939) is known color: Bottle Green. HEX triplet: 26, 49 and 39. RGB value is (38,73,57). Sum of RGB (Red+Green+Blue) = 38+73+57=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 57 (22.66% from 255 or 33.93% from 168); Max value from RGB is 73 - color contains mainly: green. Hex color #264939 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264939 is #D9B6C6. Grayscale: #3C3C3C. Windows color (decimal): -14268103 or 3754278. OLE color: 3754278.
HSL color Cylindrical-coordinate representation of color #264939: hue angle of 152.57º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #264939 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 73 | 57 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.71 |
| HSL | 152.57º | 0.32% | 0.22% | - |
| HSV(B) | 152.57º | 0.48% | 0.29% | - |
| XYZ | 3.92 | 5.47 | 4.72 | - |
| YUV | 60.71 | 125.9 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 73 | 57 | 0.48 | 0 | 0.22 | 0.71 | 152.57 | 0.32 | 0.22 |
| Hex | 26 | 49 | 39 | 30 | 0 | 16 | 47 | 99 | 20 | 16 |
| Octal | 46 | 111 | 71 | 60 | 0 | 26 | 107 | 231 | 40 | 26 |
| Binary | 100110 | 1001001 | 111001 | 110000 | 0 | 10110 | 1000111 | 10011001 | 100000 | 10110 |
Color Harmonies of #264939
Complementary color
Monochromatic Colors of #264939
Black with #264939
Text Example
Text Example
White with #264939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264939; }
p { color: rgb(38,73,57); }
H1.HeaderClassName
{
color: #264939;
}
.AnyTagClassName
{
color: #264939;
}
</style>
background-color css
<style>
a { background-color: #264939; }
a { background-color: rgb(38,73,57); }
div.DivClassName
{
background-color: #264939;
}
.BgClassName
{
background-color: #264939;
}
</style>
border-color css
<style>
span { border-color: #264939; }
span { border-color: rgb(38,73,57); }
td.TdClassName
{
border-color: #264939;
}
.TagClassName
{
border-color: #264939;
}
</style>