Shades of Bottle Green #284F3B
Tints of Bottle Green #284F3B
RGB
CMYK
RGB Variations
Color information
#284F3B (or 0x284F3B) is known color: Bottle Green. HEX triplet: 28, 4F and 3B. RGB value is (40,79,59). Sum of RGB (Red+Green+Blue) = 40+79+59=178 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.47% from 178); Green value is 79 (31.25% from 255 or 44.38% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 79 - color contains mainly: green. Hex color #284F3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #284F3B is #D7B0C4. Grayscale: #414141. Windows color (decimal): -14135493 or 3886888. OLE color: 3886888.
HSL color Cylindrical-coordinate representation of color #284F3B: 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.49%. Process color model (Four color, CMYK) of #284F3B is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 79 | 59 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.69 |
| HSL | 149.23º | 0.33% | 0.23% | - |
| HSV(B) | 149.23º | 0.49% | 0.31% | - |
| XYZ | 4.46 | 6.36 | 5.13 | - |
| YUV | 65.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 79 | 59 | 0.49 | 0 | 0.25 | 0.69 | 149.23 | 0.33 | 0.23 |
| Hex | 28 | 4F | 3B | 31 | 0 | 19 | 45 | 95 | 21 | 17 |
| Octal | 50 | 117 | 73 | 61 | 0 | 31 | 105 | 225 | 41 | 27 |
| Binary | 101000 | 1001111 | 111011 | 110001 | 0 | 11001 | 1000101 | 10010101 | 100001 | 10111 |
Color Harmonies of #284F3B
Complementary color
Monochromatic Colors of #284F3B
Black with #284F3B
Text Example
Text Example
White with #284F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284F3B; }
p { color: rgb(40,79,59); }
H1.HeaderClassName
{
color: #284F3B;
}
.AnyTagClassName
{
color: #284F3B;
}
</style>
background-color css
<style>
a { background-color: #284F3B; }
a { background-color: rgb(40,79,59); }
div.DivClassName
{
background-color: #284F3B;
}
.BgClassName
{
background-color: #284F3B;
}
</style>
border-color css
<style>
span { border-color: #284F3B; }
span { border-color: rgb(40,79,59); }
td.TdClassName
{
border-color: #284F3B;
}
.TagClassName
{
border-color: #284F3B;
}
</style>