Shades of Bottle Green #234735
Tints of Bottle Green #234735
RGB
CMYK
RGB Variations
Color information
#234735 (or 0x234735) is known color: Bottle Green. HEX triplet: 23, 47 and 35. RGB value is (35,71,53). Sum of RGB (Red+Green+Blue) = 35+71+53=159 (21% of max value = 765). Red value is 35 (14.06% from 255 or 22.01% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 71 - color contains mainly: green. Hex color #234735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234735 is #DCB8CA. Grayscale: #3A3A3A. Windows color (decimal): -14465227 or 3491619. OLE color: 3491619.
HSL color Cylindrical-coordinate representation of color #234735: hue angle of 150º degrees, saturation: 0.34, 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 #234735 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 35 | 71 | 53 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.72 |
| HSL | 150º | 0.34% | 0.21% | - |
| HSV(B) | 150º | 0.51% | 0.28% | - |
| XYZ | 3.59 | 5.12 | 4.17 | - |
| YUV | 58.18 | 125.07 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 71 | 53 | 0.51 | 0 | 0.25 | 0.72 | 150 | 0.34 | 0.21 |
| Hex | 23 | 47 | 35 | 33 | 0 | 19 | 48 | 96 | 22 | 15 |
| Octal | 43 | 107 | 65 | 63 | 0 | 31 | 110 | 226 | 42 | 25 |
| Binary | 100011 | 1000111 | 110101 | 110011 | 0 | 11001 | 1001000 | 10010110 | 100010 | 10101 |
Color Harmonies of #234735
Complementary color
Monochromatic Colors of #234735
Black with #234735
Text Example
Text Example
White with #234735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234735; }
p { color: rgb(35,71,53); }
H1.HeaderClassName
{
color: #234735;
}
.AnyTagClassName
{
color: #234735;
}
</style>
background-color css
<style>
a { background-color: #234735; }
a { background-color: rgb(35,71,53); }
div.DivClassName
{
background-color: #234735;
}
.BgClassName
{
background-color: #234735;
}
</style>
border-color css
<style>
span { border-color: #234735; }
span { border-color: rgb(35,71,53); }
td.TdClassName
{
border-color: #234735;
}
.TagClassName
{
border-color: #234735;
}
</style>