Shades of Dark Pastel Green #12D331
Tints of Dark Pastel Green #12D331
RGB
CMYK
RGB Variations
Color information
#12D331 (or 0x12D331) is known color: Dark Pastel Green. HEX triplet: 12, D3 and 31. RGB value is (18,211,49). Sum of RGB (Red+Green+Blue) = 18+211+49=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 211 (82.81% from 255 or 75.90% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 211 - color contains mainly: green. Hex color #12D331 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D331 is #ED2CCE. Grayscale: #878787. Windows color (decimal): -15543503 or 3265298. OLE color: 3265298.
HSL color Cylindrical-coordinate representation of color #12D331: hue angle of 129.64º 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 #12D331 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 211 | 49 | - |
| CMYK | 0.91 | 0 | 0.77 | 0.17 |
| HSL | 129.64º | 0.84% | 0.45% | - |
| HSV(B) | 129.64º | 0.91% | 0.83% | - |
| XYZ | 24.1 | 46.94 | 10.7 | - |
| YUV | 134.83 | 79.56 | 44.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 211 | 49 | 0.91 | 0 | 0.77 | 0.17 | 129.64 | 0.84 | 0.45 |
| Hex | 12 | D3 | 31 | 5B | 0 | 4D | 11 | 82 | 54 | 2D |
| Octal | 22 | 323 | 61 | 133 | 0 | 115 | 21 | 202 | 124 | 55 |
| Binary | 10010 | 11010011 | 110001 | 1011011 | 0 | 1001101 | 10001 | 10000010 | 1010100 | 101101 |
Color Harmonies of #12D331
Complementary color
Monochromatic Colors of #12D331
Black with #12D331
Text Example
Text Example
White with #12D331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D331; }
p { color: rgb(18,211,49); }
H1.HeaderClassName
{
color: #12D331;
}
.AnyTagClassName
{
color: #12D331;
}
</style>
background-color css
<style>
a { background-color: #12D331; }
a { background-color: rgb(18,211,49); }
div.DivClassName
{
background-color: #12D331;
}
.BgClassName
{
background-color: #12D331;
}
</style>
border-color css
<style>
span { border-color: #12D331; }
span { border-color: rgb(18,211,49); }
td.TdClassName
{
border-color: #12D331;
}
.TagClassName
{
border-color: #12D331;
}
</style>