Shades of Dark Pastel Green #12B02D
Tints of Dark Pastel Green #12B02D
RGB
CMYK
RGB Variations
Color information
#12B02D (or 0x12B02D) is known color: Dark Pastel Green. HEX triplet: 12, B0 and 2D. RGB value is (18,176,45). Sum of RGB (Red+Green+Blue) = 18+176+45=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 176 (69.14% from 255 or 73.64% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 176 - color contains mainly: green. Hex color #12B02D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12B02D is #ED4FD2. Grayscale: #727272. Windows color (decimal): -15552467 or 2994194. OLE color: 2994194.
HSL color Cylindrical-coordinate representation of color #12B02D: hue angle of 130.25º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B02D is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 176 | 45 | - |
| CMYK | 0.90 | 0 | 0.74 | 0.31 |
| HSL | 130.25º | 0.81% | 0.38% | - |
| HSV(B) | 130.25º | 0.9% | 0.69% | - |
| XYZ | 16.25 | 31.37 | 7.68 | - |
| YUV | 113.82 | 89.15 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 176 | 45 | 0.90 | 0 | 0.74 | 0.31 | 130.25 | 0.81 | 0.38 |
| Hex | 12 | B0 | 2D | 5A | 0 | 4A | 1F | 82 | 51 | 26 |
| Octal | 22 | 260 | 55 | 132 | 0 | 112 | 37 | 202 | 121 | 46 |
| Binary | 10010 | 10110000 | 101101 | 1011010 | 0 | 1001010 | 11111 | 10000010 | 1010001 | 100110 |
Color Harmonies of #12B02D
Complementary color
Monochromatic Colors of #12B02D
Black with #12B02D
Text Example
Text Example
White with #12B02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B02D; }
p { color: rgb(18,176,45); }
H1.HeaderClassName
{
color: #12B02D;
}
.AnyTagClassName
{
color: #12B02D;
}
</style>
background-color css
<style>
a { background-color: #12B02D; }
a { background-color: rgb(18,176,45); }
div.DivClassName
{
background-color: #12B02D;
}
.BgClassName
{
background-color: #12B02D;
}
</style>
border-color css
<style>
span { border-color: #12B02D; }
span { border-color: rgb(18,176,45); }
td.TdClassName
{
border-color: #12B02D;
}
.TagClassName
{
border-color: #12B02D;
}
</style>