Shades of Dark Pastel Green #12BF2D
Tints of Dark Pastel Green #12BF2D
RGB
CMYK
RGB Variations
Color information
#12BF2D (or 0x12BF2D) is known color: Dark Pastel Green. HEX triplet: 12, BF and 2D. RGB value is (18,191,45). Sum of RGB (Red+Green+Blue) = 18+191+45=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 191 (75% from 255 or 75.20% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 191 - color contains mainly: green. Hex color #12BF2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BF2D is #ED40D2. Grayscale: #7B7B7B. Windows color (decimal): -15548627 or 2998034. OLE color: 2998034.
HSL color Cylindrical-coordinate representation of color #12BF2D: hue angle of 129.36º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BF2D is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 191 | 45 | - |
| CMYK | 0.91 | 0 | 0.76 | 0.25 |
| HSL | 129.36º | 0.83% | 0.41% | - |
| HSV(B) | 129.36º | 0.91% | 0.75% | - |
| XYZ | 19.35 | 37.58 | 8.72 | - |
| YUV | 122.63 | 84.19 | 53.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 191 | 45 | 0.91 | 0 | 0.76 | 0.25 | 129.36 | 0.83 | 0.41 |
| Hex | 12 | BF | 2D | 5B | 0 | 4C | 19 | 81 | 53 | 29 |
| Octal | 22 | 277 | 55 | 133 | 0 | 114 | 31 | 201 | 123 | 51 |
| Binary | 10010 | 10111111 | 101101 | 1011011 | 0 | 1001100 | 11001 | 10000001 | 1010011 | 101001 |
Color Harmonies of #12BF2D
Complementary color
Monochromatic Colors of #12BF2D
Black with #12BF2D
Text Example
Text Example
White with #12BF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BF2D; }
p { color: rgb(18,191,45); }
H1.HeaderClassName
{
color: #12BF2D;
}
.AnyTagClassName
{
color: #12BF2D;
}
</style>
background-color css
<style>
a { background-color: #12BF2D; }
a { background-color: rgb(18,191,45); }
div.DivClassName
{
background-color: #12BF2D;
}
.BgClassName
{
background-color: #12BF2D;
}
</style>
border-color css
<style>
span { border-color: #12BF2D; }
span { border-color: rgb(18,191,45); }
td.TdClassName
{
border-color: #12BF2D;
}
.TagClassName
{
border-color: #12BF2D;
}
</style>