Shades of Dark Pastel Green #12B748
Tints of Dark Pastel Green #12B748
RGB
CMYK
RGB Variations
Color information
#12B748 (or 0x12B748) is known color: Dark Pastel Green. HEX triplet: 12, B7 and 48. RGB value is (18,183,72). Sum of RGB (Red+Green+Blue) = 18+183+72=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 183 (71.88% from 255 or 67.03% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 183 - color contains mainly: green. Hex color #12B748 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B748 is #ED48B7. Grayscale: #797979. Windows color (decimal): -15550648 or 4765458. OLE color: 4765458.
HSL color Cylindrical-coordinate representation of color #12B748: hue angle of 139.64º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B748 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 183 | 72 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.28 |
| HSL | 139.64º | 0.82% | 0.39% | - |
| HSV(B) | 139.64º | 0.9% | 0.72% | - |
| XYZ | 18.35 | 34.46 | 11.82 | - |
| YUV | 121.01 | 100.34 | 54.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 183 | 72 | 0.90 | 0 | 0.61 | 0.28 | 139.64 | 0.82 | 0.39 |
| Hex | 12 | B7 | 48 | 5A | 0 | 3D | 1C | 8C | 52 | 27 |
| Octal | 22 | 267 | 110 | 132 | 0 | 75 | 34 | 214 | 122 | 47 |
| Binary | 10010 | 10110111 | 1001000 | 1011010 | 0 | 111101 | 11100 | 10001100 | 1010010 | 100111 |
Color Harmonies of #12B748
Complementary color
Monochromatic Colors of #12B748
Black with #12B748
Text Example
Text Example
White with #12B748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B748; }
p { color: rgb(18,183,72); }
H1.HeaderClassName
{
color: #12B748;
}
.AnyTagClassName
{
color: #12B748;
}
</style>
background-color css
<style>
a { background-color: #12B748; }
a { background-color: rgb(18,183,72); }
div.DivClassName
{
background-color: #12B748;
}
.BgClassName
{
background-color: #12B748;
}
</style>
border-color css
<style>
span { border-color: #12B748; }
span { border-color: rgb(18,183,72); }
td.TdClassName
{
border-color: #12B748;
}
.TagClassName
{
border-color: #12B748;
}
</style>