Shades of Bottle Green #234C38
Tints of Bottle Green #234C38
RGB
CMYK
RGB Variations
Color information
#234C38 (or 0x234C38) is known color: Bottle Green. HEX triplet: 23, 4C and 38. RGB value is (35,76,56). Sum of RGB (Red+Green+Blue) = 35+76+56=167 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.96% from 167); Green value is 76 (30.08% from 255 or 45.51% from 167); Blue value is 56 (22.27% from 255 or 33.53% from 167); Max value from RGB is 76 - color contains mainly: green. Hex color #234C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234C38 is #DCB3C7. Grayscale: #3D3D3D. Windows color (decimal): -14463944 or 3689507. OLE color: 3689507.
HSL color Cylindrical-coordinate representation of color #234C38: hue angle of 150.73º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #234C38 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 76 | 56 | - |
| CMYK | 0.54 | 0 | 0.26 | 0.70 |
| HSL | 150.73º | 0.37% | 0.22% | - |
| HSV(B) | 150.73º | 0.54% | 0.3% | - |
| XYZ | 3.99 | 5.81 | 4.65 | - |
| YUV | 61.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 56 | 0.54 | 0 | 0.26 | 0.70 | 150.73 | 0.37 | 0.22 |
| Hex | 23 | 4C | 38 | 36 | 0 | 1A | 46 | 97 | 25 | 16 |
| Octal | 43 | 114 | 70 | 66 | 0 | 32 | 106 | 227 | 45 | 26 |
| Binary | 100011 | 1001100 | 111000 | 110110 | 0 | 11010 | 1000110 | 10010111 | 100101 | 10110 |
Color Harmonies of #234C38
Complementary color
Monochromatic Colors of #234C38
Black with #234C38
Text Example
Text Example
White with #234C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234C38; }
p { color: rgb(35,76,56); }
H1.HeaderClassName
{
color: #234C38;
}
.AnyTagClassName
{
color: #234C38;
}
</style>
background-color css
<style>
a { background-color: #234C38; }
a { background-color: rgb(35,76,56); }
div.DivClassName
{
background-color: #234C38;
}
.BgClassName
{
background-color: #234C38;
}
</style>
border-color css
<style>
span { border-color: #234C38; }
span { border-color: rgb(35,76,56); }
td.TdClassName
{
border-color: #234C38;
}
.TagClassName
{
border-color: #234C38;
}
</style>