Shades of Bottle Green #234A36
Tints of Bottle Green #234A36
RGB
CMYK
RGB Variations
Color information
#234A36 (or 0x234A36) is known color: Bottle Green. HEX triplet: 23, 4A and 36. RGB value is (35,74,54). Sum of RGB (Red+Green+Blue) = 35+74+54=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 74 (29.30% from 255 or 45.40% from 163); Blue value is 54 (21.48% from 255 or 33.13% from 163); Max value from RGB is 74 - color contains mainly: green. Hex color #234A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234A36 is #DCB5C9. Grayscale: #3C3C3C. Windows color (decimal): -14464458 or 3557923. OLE color: 3557923.
HSL color Cylindrical-coordinate representation of color #234A36: hue angle of 149.23º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #234A36 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 74 | 54 | - |
| CMYK | 0.53 | 0 | 0.27 | 0.71 |
| HSL | 149.23º | 0.36% | 0.21% | - |
| HSV(B) | 149.23º | 0.53% | 0.29% | - |
| XYZ | 3.81 | 5.52 | 4.36 | - |
| YUV | 60.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 74 | 54 | 0.53 | 0 | 0.27 | 0.71 | 149.23 | 0.36 | 0.21 |
| Hex | 23 | 4A | 36 | 35 | 0 | 1B | 47 | 95 | 24 | 15 |
| Octal | 43 | 112 | 66 | 65 | 0 | 33 | 107 | 225 | 44 | 25 |
| Binary | 100011 | 1001010 | 110110 | 110101 | 0 | 11011 | 1000111 | 10010101 | 100100 | 10101 |
Color Harmonies of #234A36
Complementary color
Monochromatic Colors of #234A36
Black with #234A36
Text Example
Text Example
White with #234A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234A36; }
p { color: rgb(35,74,54); }
H1.HeaderClassName
{
color: #234A36;
}
.AnyTagClassName
{
color: #234A36;
}
</style>
background-color css
<style>
a { background-color: #234A36; }
a { background-color: rgb(35,74,54); }
div.DivClassName
{
background-color: #234A36;
}
.BgClassName
{
background-color: #234A36;
}
</style>
border-color css
<style>
span { border-color: #234A36; }
span { border-color: rgb(35,74,54); }
td.TdClassName
{
border-color: #234A36;
}
.TagClassName
{
border-color: #234A36;
}
</style>