Shades of Dark Pastel Green #12BD2B
Tints of Dark Pastel Green #12BD2B
RGB
CMYK
RGB Variations
Color information
#12BD2B (or 0x12BD2B) is known color: Dark Pastel Green. HEX triplet: 12, BD and 2B. RGB value is (18,189,43). Sum of RGB (Red+Green+Blue) = 18+189+43=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 189 (74.22% from 255 or 75.6% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BD2B is #ED42D4. Grayscale: #797979. Windows color (decimal): -15549141 or 2866450. OLE color: 2866450.
HSL color Cylindrical-coordinate representation of color #12BD2B: hue angle of 128.77º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BD2B is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 189 | 43 | - |
| CMYK | 0.90 | 0 | 0.77 | 0.26 |
| HSL | 128.77º | 0.83% | 0.41% | - |
| HSV(B) | 128.77º | 0.9% | 0.74% | - |
| XYZ | 18.88 | 36.7 | 8.37 | - |
| YUV | 121.23 | 83.85 | 54.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 189 | 43 | 0.90 | 0 | 0.77 | 0.26 | 128.77 | 0.83 | 0.41 |
| Hex | 12 | BD | 2B | 5A | 0 | 4D | 1A | 81 | 53 | 29 |
| Octal | 22 | 275 | 53 | 132 | 0 | 115 | 32 | 201 | 123 | 51 |
| Binary | 10010 | 10111101 | 101011 | 1011010 | 0 | 1001101 | 11010 | 10000001 | 1010011 | 101001 |
Color Harmonies of #12BD2B
Complementary color
Monochromatic Colors of #12BD2B
Black with #12BD2B
Text Example
Text Example
White with #12BD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BD2B; }
p { color: rgb(18,189,43); }
H1.HeaderClassName
{
color: #12BD2B;
}
.AnyTagClassName
{
color: #12BD2B;
}
</style>
background-color css
<style>
a { background-color: #12BD2B; }
a { background-color: rgb(18,189,43); }
div.DivClassName
{
background-color: #12BD2B;
}
.BgClassName
{
background-color: #12BD2B;
}
</style>
border-color css
<style>
span { border-color: #12BD2B; }
span { border-color: rgb(18,189,43); }
td.TdClassName
{
border-color: #12BD2B;
}
.TagClassName
{
border-color: #12BD2B;
}
</style>