Shades of Dark Pastel Green #12C347
Tints of Dark Pastel Green #12C347
RGB
CMYK
RGB Variations
Color information
#12C347 (or 0x12C347) is known color: Dark Pastel Green. HEX triplet: 12, C3 and 47. RGB value is (18,195,71). Sum of RGB (Red+Green+Blue) = 18+195+71=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 195 (76.56% from 255 or 68.66% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 195 - color contains mainly: green. Hex color #12C347 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C347 is #ED3CB8. Grayscale: #808080. Windows color (decimal): -15547577 or 4702994. OLE color: 4702994.
HSL color Cylindrical-coordinate representation of color #12C347: hue angle of 137.97º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C347 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 195 | 71 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.24 |
| HSL | 137.97º | 0.83% | 0.42% | - |
| HSV(B) | 137.97º | 0.91% | 0.76% | - |
| XYZ | 20.9 | 39.61 | 12.51 | - |
| YUV | 127.94 | 95.86 | 49.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 195 | 71 | 0.91 | 0 | 0.64 | 0.24 | 137.97 | 0.83 | 0.42 |
| Hex | 12 | C3 | 47 | 5B | 0 | 40 | 18 | 8A | 53 | 2A |
| Octal | 22 | 303 | 107 | 133 | 0 | 100 | 30 | 212 | 123 | 52 |
| Binary | 10010 | 11000011 | 1000111 | 1011011 | 0 | 1000000 | 11000 | 10001010 | 1010011 | 101010 |
Color Harmonies of #12C347
Complementary color
Monochromatic Colors of #12C347
Black with #12C347
Text Example
Text Example
White with #12C347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C347; }
p { color: rgb(18,195,71); }
H1.HeaderClassName
{
color: #12C347;
}
.AnyTagClassName
{
color: #12C347;
}
</style>
background-color css
<style>
a { background-color: #12C347; }
a { background-color: rgb(18,195,71); }
div.DivClassName
{
background-color: #12C347;
}
.BgClassName
{
background-color: #12C347;
}
</style>
border-color css
<style>
span { border-color: #12C347; }
span { border-color: rgb(18,195,71); }
td.TdClassName
{
border-color: #12C347;
}
.TagClassName
{
border-color: #12C347;
}
</style>