Shades of Dark Pastel Green #23BA47
Tints of Dark Pastel Green #23BA47
RGB
CMYK
RGB Variations
Color information
#23BA47 (or 0x23BA47) is known color: Dark Pastel Green. HEX triplet: 23, BA and 47. RGB value is (35,186,71). Sum of RGB (Red+Green+Blue) = 35+186+71=292 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.99% from 292); Green value is 186 (73.05% from 255 or 63.70% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 186 - color contains mainly: green. Hex color #23BA47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23BA47 is #DC45B8. Grayscale: #808080. Windows color (decimal): -14435769 or 4700707. OLE color: 4700707.
HSL color Cylindrical-coordinate representation of color #23BA47: hue angle of 134.3º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23BA47 is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 186 | 71 | - |
| CMYK | 0.81 | 0 | 0.62 | 0.27 |
| HSL | 134.3º | 0.68% | 0.43% | - |
| HSV(B) | 134.3º | 0.81% | 0.73% | - |
| XYZ | 19.39 | 35.93 | 11.87 | - |
| YUV | 127.74 | 95.97 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 186 | 71 | 0.81 | 0 | 0.62 | 0.27 | 134.3 | 0.68 | 0.43 |
| Hex | 23 | BA | 47 | 51 | 0 | 3E | 1B | 86 | 44 | 2B |
| Octal | 43 | 272 | 107 | 121 | 0 | 76 | 33 | 206 | 104 | 53 |
| Binary | 100011 | 10111010 | 1000111 | 1010001 | 0 | 111110 | 11011 | 10000110 | 1000100 | 101011 |
Color Harmonies of #23BA47
Complementary color
Monochromatic Colors of #23BA47
Black with #23BA47
Text Example
Text Example
White with #23BA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BA47; }
p { color: rgb(35,186,71); }
H1.HeaderClassName
{
color: #23BA47;
}
.AnyTagClassName
{
color: #23BA47;
}
</style>
background-color css
<style>
a { background-color: #23BA47; }
a { background-color: rgb(35,186,71); }
div.DivClassName
{
background-color: #23BA47;
}
.BgClassName
{
background-color: #23BA47;
}
</style>
border-color css
<style>
span { border-color: #23BA47; }
span { border-color: rgb(35,186,71); }
td.TdClassName
{
border-color: #23BA47;
}
.TagClassName
{
border-color: #23BA47;
}
</style>