Shades of Dark Pastel Green #12B737
Tints of Dark Pastel Green #12B737
RGB
CMYK
RGB Variations
Color information
#12B737 (or 0x12B737) is known color: Dark Pastel Green. HEX triplet: 12, B7 and 37. RGB value is (18,183,55). Sum of RGB (Red+Green+Blue) = 18+183+55=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 183 (71.88% from 255 or 71.48% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 183 - color contains mainly: green. Hex color #12B737 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B737 is #ED48C8. Grayscale: #777777. Windows color (decimal): -15550665 or 3651346. OLE color: 3651346.
HSL color Cylindrical-coordinate representation of color #12B737: hue angle of 133.45º 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 #12B737 is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 183 | 55 | - |
| CMYK | 0.90 | 0 | 0.70 | 0.28 |
| HSL | 133.45º | 0.82% | 0.39% | - |
| HSV(B) | 133.45º | 0.9% | 0.72% | - |
| XYZ | 17.87 | 34.27 | 9.29 | - |
| YUV | 119.07 | 91.84 | 55.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 183 | 55 | 0.90 | 0 | 0.70 | 0.28 | 133.45 | 0.82 | 0.39 |
| Hex | 12 | B7 | 37 | 5A | 0 | 46 | 1C | 85 | 52 | 27 |
| Octal | 22 | 267 | 67 | 132 | 0 | 106 | 34 | 205 | 122 | 47 |
| Binary | 10010 | 10110111 | 110111 | 1011010 | 0 | 1000110 | 11100 | 10000101 | 1010010 | 100111 |
Color Harmonies of #12B737
Complementary color
Monochromatic Colors of #12B737
Black with #12B737
Text Example
Text Example
White with #12B737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B737; }
p { color: rgb(18,183,55); }
H1.HeaderClassName
{
color: #12B737;
}
.AnyTagClassName
{
color: #12B737;
}
</style>
background-color css
<style>
a { background-color: #12B737; }
a { background-color: rgb(18,183,55); }
div.DivClassName
{
background-color: #12B737;
}
.BgClassName
{
background-color: #12B737;
}
</style>
border-color css
<style>
span { border-color: #12B737; }
span { border-color: rgb(18,183,55); }
td.TdClassName
{
border-color: #12B737;
}
.TagClassName
{
border-color: #12B737;
}
</style>