Shades of Dark Pastel Green #12D329
Tints of Dark Pastel Green #12D329
RGB
CMYK
RGB Variations
Color information
#12D329 (or 0x12D329) is known color: Dark Pastel Green. HEX triplet: 12, D3 and 29. RGB value is (18,211,41). Sum of RGB (Red+Green+Blue) = 18+211+41=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 211 (82.81% from 255 or 78.15% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 211 - color contains mainly: green. Hex color #12D329 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D329 is #ED2CD6. Grayscale: #868686. Windows color (decimal): -15543511 or 2741010. OLE color: 2741010.
HSL color Cylindrical-coordinate representation of color #12D329: hue angle of 127.15º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D329 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 211 | 41 | - |
| CMYK | 0.91 | 0 | 0.81 | 0.17 |
| HSL | 127.15º | 0.84% | 0.45% | - |
| HSV(B) | 127.15º | 0.91% | 0.83% | - |
| XYZ | 23.94 | 46.88 | 9.88 | - |
| YUV | 133.91 | 75.56 | 45.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 211 | 41 | 0.91 | 0 | 0.81 | 0.17 | 127.15 | 0.84 | 0.45 |
| Hex | 12 | D3 | 29 | 5B | 0 | 51 | 11 | 7F | 54 | 2D |
| Octal | 22 | 323 | 51 | 133 | 0 | 121 | 21 | 177 | 124 | 55 |
| Binary | 10010 | 11010011 | 101001 | 1011011 | 0 | 1010001 | 10001 | 1111111 | 1010100 | 101101 |
Color Harmonies of #12D329
Complementary color
Monochromatic Colors of #12D329
Black with #12D329
Text Example
Text Example
White with #12D329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D329; }
p { color: rgb(18,211,41); }
H1.HeaderClassName
{
color: #12D329;
}
.AnyTagClassName
{
color: #12D329;
}
</style>
background-color css
<style>
a { background-color: #12D329; }
a { background-color: rgb(18,211,41); }
div.DivClassName
{
background-color: #12D329;
}
.BgClassName
{
background-color: #12D329;
}
</style>
border-color css
<style>
span { border-color: #12D329; }
span { border-color: rgb(18,211,41); }
td.TdClassName
{
border-color: #12D329;
}
.TagClassName
{
border-color: #12D329;
}
</style>