Shades of Dark Pastel Green #12C341
Tints of Dark Pastel Green #12C341
RGB
CMYK
RGB Variations
Color information
#12C341 (or 0x12C341) is known color: Dark Pastel Green. HEX triplet: 12, C3 and 41. RGB value is (18,195,65). Sum of RGB (Red+Green+Blue) = 18+195+65=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 195 (76.56% from 255 or 70.14% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 195 - color contains mainly: green. Hex color #12C341 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C341 is #ED3CBE. Grayscale: #7F7F7F. Windows color (decimal): -15547583 or 4309778. OLE color: 4309778.
HSL color Cylindrical-coordinate representation of color #12C341: hue angle of 135.93º 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 #12C341 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 195 | 65 | - |
| CMYK | 0.91 | 0 | 0.67 | 0.24 |
| HSL | 135.93º | 0.83% | 0.42% | - |
| HSV(B) | 135.93º | 0.91% | 0.76% | - |
| XYZ | 20.72 | 39.54 | 11.54 | - |
| YUV | 127.26 | 92.86 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 195 | 65 | 0.91 | 0 | 0.67 | 0.24 | 135.93 | 0.83 | 0.42 |
| Hex | 12 | C3 | 41 | 5B | 0 | 43 | 18 | 88 | 53 | 2A |
| Octal | 22 | 303 | 101 | 133 | 0 | 103 | 30 | 210 | 123 | 52 |
| Binary | 10010 | 11000011 | 1000001 | 1011011 | 0 | 1000011 | 11000 | 10001000 | 1010011 | 101010 |
Color Harmonies of #12C341
Complementary color
Monochromatic Colors of #12C341
Black with #12C341
Text Example
Text Example
White with #12C341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C341; }
p { color: rgb(18,195,65); }
H1.HeaderClassName
{
color: #12C341;
}
.AnyTagClassName
{
color: #12C341;
}
</style>
background-color css
<style>
a { background-color: #12C341; }
a { background-color: rgb(18,195,65); }
div.DivClassName
{
background-color: #12C341;
}
.BgClassName
{
background-color: #12C341;
}
</style>
border-color css
<style>
span { border-color: #12C341; }
span { border-color: rgb(18,195,65); }
td.TdClassName
{
border-color: #12C341;
}
.TagClassName
{
border-color: #12C341;
}
</style>