Shades of Dark Pastel Green #12CB28
Tints of Dark Pastel Green #12CB28
RGB
CMYK
RGB Variations
Color information
#12CB28 (or 0x12CB28) is known color: Dark Pastel Green. HEX triplet: 12, CB and 28. RGB value is (18,203,40). Sum of RGB (Red+Green+Blue) = 18+203+40=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 203 (79.69% from 255 or 77.78% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 203 - color contains mainly: green. Hex color #12CB28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CB28 is #ED34D7. Grayscale: #818181. Windows color (decimal): -15545560 or 2673426. OLE color: 2673426.
HSL color Cylindrical-coordinate representation of color #12CB28: hue angle of 127.14º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CB28 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 203 | 40 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.20 |
| HSL | 127.14º | 0.84% | 0.43% | - |
| HSV(B) | 127.14º | 0.91% | 0.8% | - |
| XYZ | 21.99 | 42.99 | 9.15 | - |
| YUV | 129.1 | 77.71 | 48.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 203 | 40 | 0.91 | 0 | 0.80 | 0.20 | 127.14 | 0.84 | 0.43 |
| Hex | 12 | CB | 28 | 5B | 0 | 50 | 14 | 7F | 54 | 2B |
| Octal | 22 | 313 | 50 | 133 | 0 | 120 | 24 | 177 | 124 | 53 |
| Binary | 10010 | 11001011 | 101000 | 1011011 | 0 | 1010000 | 10100 | 1111111 | 1010100 | 101011 |
Color Harmonies of #12CB28
Complementary color
Monochromatic Colors of #12CB28
Black with #12CB28
Text Example
Text Example
White with #12CB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CB28; }
p { color: rgb(18,203,40); }
H1.HeaderClassName
{
color: #12CB28;
}
.AnyTagClassName
{
color: #12CB28;
}
</style>
background-color css
<style>
a { background-color: #12CB28; }
a { background-color: rgb(18,203,40); }
div.DivClassName
{
background-color: #12CB28;
}
.BgClassName
{
background-color: #12CB28;
}
</style>
border-color css
<style>
span { border-color: #12CB28; }
span { border-color: rgb(18,203,40); }
td.TdClassName
{
border-color: #12CB28;
}
.TagClassName
{
border-color: #12CB28;
}
</style>