Shades of Bottle Green #234734
Tints of Bottle Green #234734
RGB
CMYK
RGB Variations
Color information
#234734 (or 0x234734) is known color: Bottle Green. HEX triplet: 23, 47 and 34. RGB value is (35,71,52). Sum of RGB (Red+Green+Blue) = 35+71+52=158 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.15% from 158); Green value is 71 (28.12% from 255 or 44.94% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 71 - color contains mainly: green. Hex color #234734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234734 is #DCB8CB. Grayscale: #3A3A3A. Windows color (decimal): -14465228 or 3426083. OLE color: 3426083.
HSL color Cylindrical-coordinate representation of color #234734: hue angle of 148.33º 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 #234734 is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 35 | 71 | 52 | - |
| CMYK | 0.51 | 0 | 0.27 | 0.72 |
| HSL | 148.33º | 0.34% | 0.21% | - |
| HSV(B) | 148.33º | 0.51% | 0.28% | - |
| XYZ | 3.57 | 5.11 | 4.05 | - |
| YUV | 58.07 | 124.57 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 71 | 52 | 0.51 | 0 | 0.27 | 0.72 | 148.33 | 0.34 | 0.21 |
| Hex | 23 | 47 | 34 | 33 | 0 | 1B | 48 | 94 | 22 | 15 |
| Octal | 43 | 107 | 64 | 63 | 0 | 33 | 110 | 224 | 42 | 25 |
| Binary | 100011 | 1000111 | 110100 | 110011 | 0 | 11011 | 1001000 | 10010100 | 100010 | 10101 |
Color Harmonies of #234734
Complementary color
Monochromatic Colors of #234734
Black with #234734
Text Example
Text Example
White with #234734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234734; }
p { color: rgb(35,71,52); }
H1.HeaderClassName
{
color: #234734;
}
.AnyTagClassName
{
color: #234734;
}
</style>
background-color css
<style>
a { background-color: #234734; }
a { background-color: rgb(35,71,52); }
div.DivClassName
{
background-color: #234734;
}
.BgClassName
{
background-color: #234734;
}
</style>
border-color css
<style>
span { border-color: #234734; }
span { border-color: rgb(35,71,52); }
td.TdClassName
{
border-color: #234734;
}
.TagClassName
{
border-color: #234734;
}
</style>