Shades of Dark Pastel Green #12B744
Tints of Dark Pastel Green #12B744
RGB
CMYK
RGB Variations
Color information
#12B744 (or 0x12B744) is known color: Dark Pastel Green. HEX triplet: 12, B7 and 44. RGB value is (18,183,68). Sum of RGB (Red+Green+Blue) = 18+183+68=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 183 (71.88% from 255 or 68.03% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 183 - color contains mainly: green. Hex color #12B744 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B744 is #ED48BB. Grayscale: #787878. Windows color (decimal): -15550652 or 4503314. OLE color: 4503314.
HSL color Cylindrical-coordinate representation of color #12B744: hue angle of 138.18º 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 #12B744 is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 183 | 68 | - |
| CMYK | 0.90 | 0 | 0.63 | 0.28 |
| HSL | 138.18º | 0.82% | 0.39% | - |
| HSV(B) | 138.18º | 0.9% | 0.72% | - |
| XYZ | 18.23 | 34.41 | 11.15 | - |
| YUV | 120.56 | 98.34 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 183 | 68 | 0.90 | 0 | 0.63 | 0.28 | 138.18 | 0.82 | 0.39 |
| Hex | 12 | B7 | 44 | 5A | 0 | 3F | 1C | 8A | 52 | 27 |
| Octal | 22 | 267 | 104 | 132 | 0 | 77 | 34 | 212 | 122 | 47 |
| Binary | 10010 | 10110111 | 1000100 | 1011010 | 0 | 111111 | 11100 | 10001010 | 1010010 | 100111 |
Color Harmonies of #12B744
Complementary color
Monochromatic Colors of #12B744
Black with #12B744
Text Example
Text Example
White with #12B744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B744; }
p { color: rgb(18,183,68); }
H1.HeaderClassName
{
color: #12B744;
}
.AnyTagClassName
{
color: #12B744;
}
</style>
background-color css
<style>
a { background-color: #12B744; }
a { background-color: rgb(18,183,68); }
div.DivClassName
{
background-color: #12B744;
}
.BgClassName
{
background-color: #12B744;
}
</style>
border-color css
<style>
span { border-color: #12B744; }
span { border-color: rgb(18,183,68); }
td.TdClassName
{
border-color: #12B744;
}
.TagClassName
{
border-color: #12B744;
}
</style>