Shades of Dark Pastel Green #12B934
Tints of Dark Pastel Green #12B934
RGB
CMYK
RGB Variations
Color information
#12B934 (or 0x12B934) is known color: Dark Pastel Green. HEX triplet: 12, B9 and 34. RGB value is (18,185,52). Sum of RGB (Red+Green+Blue) = 18+185+52=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 185 (72.66% from 255 or 72.55% from 255); Blue value is 52 (20.70% from 255 or 20.39% from 255); Max value from RGB is 185 - color contains mainly: green. Hex color #12B934 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B934 is #ED46CB. Grayscale: #787878. Windows color (decimal): -15550156 or 3455250. OLE color: 3455250.
HSL color Cylindrical-coordinate representation of color #12B934: hue angle of 132.22º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B934 is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 185 | 52 | - |
| CMYK | 0.90 | 0 | 0.72 | 0.27 |
| HSL | 132.22º | 0.82% | 0.4% | - |
| HSV(B) | 132.22º | 0.9% | 0.73% | - |
| XYZ | 18.22 | 35.07 | 9.06 | - |
| YUV | 119.91 | 89.67 | 55.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 185 | 52 | 0.90 | 0 | 0.72 | 0.27 | 132.22 | 0.82 | 0.4 |
| Hex | 12 | B9 | 34 | 5A | 0 | 48 | 1B | 84 | 52 | 28 |
| Octal | 22 | 271 | 64 | 132 | 0 | 110 | 33 | 204 | 122 | 50 |
| Binary | 10010 | 10111001 | 110100 | 1011010 | 0 | 1001000 | 11011 | 10000100 | 1010010 | 101000 |
Color Harmonies of #12B934
Complementary color
Monochromatic Colors of #12B934
Black with #12B934
Text Example
Text Example
White with #12B934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B934; }
p { color: rgb(18,185,52); }
H1.HeaderClassName
{
color: #12B934;
}
.AnyTagClassName
{
color: #12B934;
}
</style>
background-color css
<style>
a { background-color: #12B934; }
a { background-color: rgb(18,185,52); }
div.DivClassName
{
background-color: #12B934;
}
.BgClassName
{
background-color: #12B934;
}
</style>
border-color css
<style>
span { border-color: #12B934; }
span { border-color: rgb(18,185,52); }
td.TdClassName
{
border-color: #12B934;
}
.TagClassName
{
border-color: #12B934;
}
</style>