Shades of Bottle Green #204933
Tints of Bottle Green #204933
RGB
CMYK
RGB Variations
Color information
#204933 (or 0x204933) is known color: Bottle Green. HEX triplet: 20, 49 and 33. RGB value is (32,73,51). Sum of RGB (Red+Green+Blue) = 32+73+51=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 51 (20.31% from 255 or 32.69% from 156); Max value from RGB is 73 - color contains mainly: green. Hex color #204933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204933 is #DFB6CC. Grayscale: #3A3A3A. Windows color (decimal): -14661325 or 3361056. OLE color: 3361056.
HSL color Cylindrical-coordinate representation of color #204933: hue angle of 147.8º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #204933 is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 73 | 51 | - |
| CMYK | 0.56 | 0 | 0.30 | 0.71 |
| HSL | 147.8º | 0.39% | 0.21% | - |
| HSV(B) | 147.8º | 0.56% | 0.29% | - |
| XYZ | 3.58 | 5.31 | 3.97 | - |
| YUV | 58.23 | 123.92 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 73 | 51 | 0.56 | 0 | 0.30 | 0.71 | 147.8 | 0.39 | 0.21 |
| Hex | 20 | 49 | 33 | 38 | 0 | 1E | 47 | 94 | 27 | 15 |
| Octal | 40 | 111 | 63 | 70 | 0 | 36 | 107 | 224 | 47 | 25 |
| Binary | 100000 | 1001001 | 110011 | 111000 | 0 | 11110 | 1000111 | 10010100 | 100111 | 10101 |
Color Harmonies of #204933
Complementary color
Monochromatic Colors of #204933
Black with #204933
Text Example
Text Example
White with #204933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204933; }
p { color: rgb(32,73,51); }
H1.HeaderClassName
{
color: #204933;
}
.AnyTagClassName
{
color: #204933;
}
</style>
background-color css
<style>
a { background-color: #204933; }
a { background-color: rgb(32,73,51); }
div.DivClassName
{
background-color: #204933;
}
.BgClassName
{
background-color: #204933;
}
</style>
border-color css
<style>
span { border-color: #204933; }
span { border-color: rgb(32,73,51); }
td.TdClassName
{
border-color: #204933;
}
.TagClassName
{
border-color: #204933;
}
</style>