Shades of Dark Pastel Green #12D031
Tints of Dark Pastel Green #12D031
RGB
CMYK
RGB Variations
Color information
#12D031 (or 0x12D031) is known color: Dark Pastel Green. HEX triplet: 12, D0 and 31. RGB value is (18,208,49). Sum of RGB (Red+Green+Blue) = 18+208+49=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 208 (81.64% from 255 or 75.64% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 208 - color contains mainly: green. Hex color #12D031 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D031 is #ED2FCE. Grayscale: #858585. Windows color (decimal): -15544271 or 3264530. OLE color: 3264530.
HSL color Cylindrical-coordinate representation of color #12D031: hue angle of 129.79º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D031 is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 208 | 49 | - |
| CMYK | 0.91 | 0 | 0.76 | 0.18 |
| HSL | 129.79º | 0.84% | 0.44% | - |
| HSV(B) | 129.79º | 0.91% | 0.82% | - |
| XYZ | 23.36 | 45.46 | 10.45 | - |
| YUV | 133.06 | 80.55 | 45.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 208 | 49 | 0.91 | 0 | 0.76 | 0.18 | 129.79 | 0.84 | 0.44 |
| Hex | 12 | D0 | 31 | 5B | 0 | 4C | 12 | 82 | 54 | 2C |
| Octal | 22 | 320 | 61 | 133 | 0 | 114 | 22 | 202 | 124 | 54 |
| Binary | 10010 | 11010000 | 110001 | 1011011 | 0 | 1001100 | 10010 | 10000010 | 1010100 | 101100 |
Color Harmonies of #12D031
Complementary color
Monochromatic Colors of #12D031
Black with #12D031
Text Example
Text Example
White with #12D031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D031; }
p { color: rgb(18,208,49); }
H1.HeaderClassName
{
color: #12D031;
}
.AnyTagClassName
{
color: #12D031;
}
</style>
background-color css
<style>
a { background-color: #12D031; }
a { background-color: rgb(18,208,49); }
div.DivClassName
{
background-color: #12D031;
}
.BgClassName
{
background-color: #12D031;
}
</style>
border-color css
<style>
span { border-color: #12D031; }
span { border-color: rgb(18,208,49); }
td.TdClassName
{
border-color: #12D031;
}
.TagClassName
{
border-color: #12D031;
}
</style>