Shades of Bottle Green #1F4632
Tints of Bottle Green #1F4632
RGB
CMYK
RGB Variations
Color information
#1F4632 (or 0x1F4632) is known color: Bottle Green. HEX triplet: 1F, 46 and 32. RGB value is (31,70,50). Sum of RGB (Red+Green+Blue) = 31+70+50=151 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.53% from 151); Green value is 70 (27.73% from 255 or 46.36% from 151); Blue value is 50 (19.92% from 255 or 33.11% from 151); Max value from RGB is 70 - color contains mainly: green. Hex color #1F4632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4632 is #E0B9CD. Grayscale: #383838. Windows color (decimal): -14727630 or 3294751. OLE color: 3294751.
HSL color Cylindrical-coordinate representation of color #1F4632: hue angle of 149.23º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1F4632 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 31 | 70 | 50 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.73 |
| HSL | 149.23º | 0.39% | 0.2% | - |
| HSV(B) | 149.23º | 0.56% | 0.27% | - |
| XYZ | 3.33 | 4.9 | 3.79 | - |
| YUV | 56.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 70 | 50 | 0.56 | 0 | 0.29 | 0.73 | 149.23 | 0.39 | 0.2 |
| Hex | 1F | 46 | 32 | 38 | 0 | 1D | 49 | 95 | 27 | 14 |
| Octal | 37 | 106 | 62 | 70 | 0 | 35 | 111 | 225 | 47 | 24 |
| Binary | 11111 | 1000110 | 110010 | 111000 | 0 | 11101 | 1001001 | 10010101 | 100111 | 10100 |
Color Harmonies of #1F4632
Complementary color
Monochromatic Colors of #1F4632
Black with #1F4632
Text Example
Text Example
White with #1F4632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4632; }
p { color: rgb(31,70,50); }
H1.HeaderClassName
{
color: #1F4632;
}
.AnyTagClassName
{
color: #1F4632;
}
</style>
background-color css
<style>
a { background-color: #1F4632; }
a { background-color: rgb(31,70,50); }
div.DivClassName
{
background-color: #1F4632;
}
.BgClassName
{
background-color: #1F4632;
}
</style>
border-color css
<style>
span { border-color: #1F4632; }
span { border-color: rgb(31,70,50); }
td.TdClassName
{
border-color: #1F4632;
}
.TagClassName
{
border-color: #1F4632;
}
</style>