Shades of Bottle Green #254F3B
Tints of Bottle Green #254F3B
RGB
CMYK
RGB Variations
Color information
#254F3B (or 0x254F3B) is known color: Bottle Green. HEX triplet: 25, 4F and 3B. RGB value is (37,79,59). Sum of RGB (Red+Green+Blue) = 37+79+59=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 79 - color contains mainly: green. Hex color #254F3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254F3B is #DAB0C4. Grayscale: #404040. Windows color (decimal): -14332101 or 3886885. OLE color: 3886885.
HSL color Cylindrical-coordinate representation of color #254F3B: hue angle of 151.43º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #254F3B is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 79 | 59 | - |
| CMYK | 0.53 | 0 | 0.25 | 0.69 |
| HSL | 151.43º | 0.36% | 0.23% | - |
| HSV(B) | 151.43º | 0.53% | 0.31% | - |
| XYZ | 4.35 | 6.3 | 5.12 | - |
| YUV | 64.16 | 125.09 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 79 | 59 | 0.53 | 0 | 0.25 | 0.69 | 151.43 | 0.36 | 0.23 |
| Hex | 25 | 4F | 3B | 35 | 0 | 19 | 45 | 97 | 24 | 17 |
| Octal | 45 | 117 | 73 | 65 | 0 | 31 | 105 | 227 | 44 | 27 |
| Binary | 100101 | 1001111 | 111011 | 110101 | 0 | 11001 | 1000101 | 10010111 | 100100 | 10111 |
Color Harmonies of #254F3B
Complementary color
Monochromatic Colors of #254F3B
Black with #254F3B
Text Example
Text Example
White with #254F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254F3B; }
p { color: rgb(37,79,59); }
H1.HeaderClassName
{
color: #254F3B;
}
.AnyTagClassName
{
color: #254F3B;
}
</style>
background-color css
<style>
a { background-color: #254F3B; }
a { background-color: rgb(37,79,59); }
div.DivClassName
{
background-color: #254F3B;
}
.BgClassName
{
background-color: #254F3B;
}
</style>
border-color css
<style>
span { border-color: #254F3B; }
span { border-color: rgb(37,79,59); }
td.TdClassName
{
border-color: #254F3B;
}
.TagClassName
{
border-color: #254F3B;
}
</style>