Shades of Bottle Green #204934
Tints of Bottle Green #204934
RGB
CMYK
RGB Variations
Color information
#204934 (or 0x204934) is known color: Bottle Green. HEX triplet: 20, 49 and 34. RGB value is (32,73,52). Sum of RGB (Red+Green+Blue) = 32+73+52=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 73 - color contains mainly: green. Hex color #204934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204934 is #DFB6CB. Grayscale: #3A3A3A. Windows color (decimal): -14661324 or 3426592. OLE color: 3426592.
HSL color Cylindrical-coordinate representation of color #204934: hue angle of 149.27º 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 #204934 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 73 | 52 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.71 |
| HSL | 149.27º | 0.39% | 0.21% | - |
| HSV(B) | 149.27º | 0.56% | 0.29% | - |
| XYZ | 3.6 | 5.32 | 4.09 | - |
| YUV | 58.35 | 124.42 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 73 | 52 | 0.56 | 0 | 0.29 | 0.71 | 149.27 | 0.39 | 0.21 |
| Hex | 20 | 49 | 34 | 38 | 0 | 1D | 47 | 95 | 27 | 15 |
| Octal | 40 | 111 | 64 | 70 | 0 | 35 | 107 | 225 | 47 | 25 |
| Binary | 100000 | 1001001 | 110100 | 111000 | 0 | 11101 | 1000111 | 10010101 | 100111 | 10101 |
Color Harmonies of #204934
Complementary color
Monochromatic Colors of #204934
Black with #204934
Text Example
Text Example
White with #204934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204934; }
p { color: rgb(32,73,52); }
H1.HeaderClassName
{
color: #204934;
}
.AnyTagClassName
{
color: #204934;
}
</style>
background-color css
<style>
a { background-color: #204934; }
a { background-color: rgb(32,73,52); }
div.DivClassName
{
background-color: #204934;
}
.BgClassName
{
background-color: #204934;
}
</style>
border-color css
<style>
span { border-color: #204934; }
span { border-color: rgb(32,73,52); }
td.TdClassName
{
border-color: #204934;
}
.TagClassName
{
border-color: #204934;
}
</style>