Shades of Bottle Green #1F4533
Tints of Bottle Green #1F4533
RGB
CMYK
RGB Variations
Color information
#1F4533 (or 0x1F4533) is known color: Bottle Green. HEX triplet: 1F, 45 and 33. RGB value is (31,69,51). Sum of RGB (Red+Green+Blue) = 31+69+51=151 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.53% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 51 (20.31% from 255 or 33.77% from 151); Max value from RGB is 69 - color contains mainly: green. Hex color #1F4533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4533 is #E0BACC. Grayscale: #373737. Windows color (decimal): -14727885 or 3360031. OLE color: 3360031.
HSL color Cylindrical-coordinate representation of color #1F4533: hue angle of 151.58º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1F4533 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 31 | 69 | 51 | - |
| CMYK | 0.55 | 0 | 0.26 | 0.73 |
| HSL | 151.58º | 0.38% | 0.2% | - |
| HSV(B) | 151.58º | 0.55% | 0.27% | - |
| XYZ | 3.29 | 4.79 | 3.88 | - |
| YUV | 55.59 | 125.41 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 69 | 51 | 0.55 | 0 | 0.26 | 0.73 | 151.58 | 0.38 | 0.2 |
| Hex | 1F | 45 | 33 | 37 | 0 | 1A | 49 | 98 | 26 | 14 |
| Octal | 37 | 105 | 63 | 67 | 0 | 32 | 111 | 230 | 46 | 24 |
| Binary | 11111 | 1000101 | 110011 | 110111 | 0 | 11010 | 1001001 | 10011000 | 100110 | 10100 |
Color Harmonies of #1F4533
Complementary color
Monochromatic Colors of #1F4533
Black with #1F4533
Text Example
Text Example
White with #1F4533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4533; }
p { color: rgb(31,69,51); }
H1.HeaderClassName
{
color: #1F4533;
}
.AnyTagClassName
{
color: #1F4533;
}
</style>
background-color css
<style>
a { background-color: #1F4533; }
a { background-color: rgb(31,69,51); }
div.DivClassName
{
background-color: #1F4533;
}
.BgClassName
{
background-color: #1F4533;
}
</style>
border-color css
<style>
span { border-color: #1F4533; }
span { border-color: rgb(31,69,51); }
td.TdClassName
{
border-color: #1F4533;
}
.TagClassName
{
border-color: #1F4533;
}
</style>