Shades of Dark Pastel Green #12C328
Tints of Dark Pastel Green #12C328
RGB
CMYK
RGB Variations
Color information
#12C328 (or 0x12C328) is known color: Dark Pastel Green. HEX triplet: 12, C3 and 28. RGB value is (18,195,40). Sum of RGB (Red+Green+Blue) = 18+195+40=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 195 (76.56% from 255 or 77.08% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 195 - color contains mainly: green. Hex color #12C328 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C328 is #ED3CD7. Grayscale: #7C7C7C. Windows color (decimal): -15547608 or 2671378. OLE color: 2671378.
HSL color Cylindrical-coordinate representation of color #12C328: hue angle of 127.46º 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 #12C328 is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 195 | 40 | - |
| CMYK | 0.91 | 0 | 0.79 | 0.24 |
| HSL | 127.46º | 0.83% | 0.42% | - |
| HSV(B) | 127.46º | 0.91% | 0.76% | - |
| XYZ | 20.15 | 39.31 | 8.53 | - |
| YUV | 124.41 | 80.36 | 52.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 195 | 40 | 0.91 | 0 | 0.79 | 0.24 | 127.46 | 0.83 | 0.42 |
| Hex | 12 | C3 | 28 | 5B | 0 | 4F | 18 | 7F | 53 | 2A |
| Octal | 22 | 303 | 50 | 133 | 0 | 117 | 30 | 177 | 123 | 52 |
| Binary | 10010 | 11000011 | 101000 | 1011011 | 0 | 1001111 | 11000 | 1111111 | 1010011 | 101010 |
Color Harmonies of #12C328
Complementary color
Monochromatic Colors of #12C328
Black with #12C328
Text Example
Text Example
White with #12C328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C328; }
p { color: rgb(18,195,40); }
H1.HeaderClassName
{
color: #12C328;
}
.AnyTagClassName
{
color: #12C328;
}
</style>
background-color css
<style>
a { background-color: #12C328; }
a { background-color: rgb(18,195,40); }
div.DivClassName
{
background-color: #12C328;
}
.BgClassName
{
background-color: #12C328;
}
</style>
border-color css
<style>
span { border-color: #12C328; }
span { border-color: rgb(18,195,40); }
td.TdClassName
{
border-color: #12C328;
}
.TagClassName
{
border-color: #12C328;
}
</style>