Shades of Bottle Green #254F3C
Tints of Bottle Green #254F3C
RGB
CMYK
RGB Variations
Color information
#254F3C (or 0x254F3C) is known color: Bottle Green. HEX triplet: 25, 4F and 3C. RGB value is (37,79,60). Sum of RGB (Red+Green+Blue) = 37+79+60=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 79 (31.25% from 255 or 44.89% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 79 - color contains mainly: green. Hex color #254F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254F3C is #DAB0C3. Grayscale: #404040. Windows color (decimal): -14332100 or 3952421. OLE color: 3952421.
HSL color Cylindrical-coordinate representation of color #254F3C: hue angle of 152.86º 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 #254F3C is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 79 | 60 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.69 |
| HSL | 152.86º | 0.36% | 0.23% | - |
| HSV(B) | 152.86º | 0.53% | 0.31% | - |
| XYZ | 4.37 | 6.31 | 5.26 | - |
| YUV | 64.28 | 125.59 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 79 | 60 | 0.53 | 0 | 0.24 | 0.69 | 152.86 | 0.36 | 0.23 |
| Hex | 25 | 4F | 3C | 35 | 0 | 18 | 45 | 99 | 24 | 17 |
| Octal | 45 | 117 | 74 | 65 | 0 | 30 | 105 | 231 | 44 | 27 |
| Binary | 100101 | 1001111 | 111100 | 110101 | 0 | 11000 | 1000101 | 10011001 | 100100 | 10111 |
Color Harmonies of #254F3C
Complementary color
Monochromatic Colors of #254F3C
Black with #254F3C
Text Example
Text Example
White with #254F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254F3C; }
p { color: rgb(37,79,60); }
H1.HeaderClassName
{
color: #254F3C;
}
.AnyTagClassName
{
color: #254F3C;
}
</style>
background-color css
<style>
a { background-color: #254F3C; }
a { background-color: rgb(37,79,60); }
div.DivClassName
{
background-color: #254F3C;
}
.BgClassName
{
background-color: #254F3C;
}
</style>
border-color css
<style>
span { border-color: #254F3C; }
span { border-color: rgb(37,79,60); }
td.TdClassName
{
border-color: #254F3C;
}
.TagClassName
{
border-color: #254F3C;
}
</style>