Shades of Bottle Green #234836
Tints of Bottle Green #234836
RGB
CMYK
RGB Variations
Color information
#234836 (or 0x234836) is known color: Bottle Green. HEX triplet: 23, 48 and 36. RGB value is (35,72,54). Sum of RGB (Red+Green+Blue) = 35+72+54=161 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.74% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 54 (21.48% from 255 or 33.54% from 161); Max value from RGB is 72 - color contains mainly: green. Hex color #234836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234836 is #DCB7C9. Grayscale: #3A3A3A. Windows color (decimal): -14464970 or 3557411. OLE color: 3557411.
HSL color Cylindrical-coordinate representation of color #234836: hue angle of 150.81º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #234836 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 35 | 72 | 54 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.72 |
| HSL | 150.81º | 0.35% | 0.21% | - |
| HSV(B) | 150.81º | 0.51% | 0.28% | - |
| XYZ | 3.68 | 5.26 | 4.31 | - |
| YUV | 58.89 | 125.24 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 72 | 54 | 0.51 | 0 | 0.25 | 0.72 | 150.81 | 0.35 | 0.21 |
| Hex | 23 | 48 | 36 | 33 | 0 | 19 | 48 | 97 | 23 | 15 |
| Octal | 43 | 110 | 66 | 63 | 0 | 31 | 110 | 227 | 43 | 25 |
| Binary | 100011 | 1001000 | 110110 | 110011 | 0 | 11001 | 1001000 | 10010111 | 100011 | 10101 |
Color Harmonies of #234836
Complementary color
Monochromatic Colors of #234836
Black with #234836
Text Example
Text Example
White with #234836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234836; }
p { color: rgb(35,72,54); }
H1.HeaderClassName
{
color: #234836;
}
.AnyTagClassName
{
color: #234836;
}
</style>
background-color css
<style>
a { background-color: #234836; }
a { background-color: rgb(35,72,54); }
div.DivClassName
{
background-color: #234836;
}
.BgClassName
{
background-color: #234836;
}
</style>
border-color css
<style>
span { border-color: #234836; }
span { border-color: rgb(35,72,54); }
td.TdClassName
{
border-color: #234836;
}
.TagClassName
{
border-color: #234836;
}
</style>