Shades of Dark Pastel Green #12CF2D
Tints of Dark Pastel Green #12CF2D
RGB
CMYK
RGB Variations
Color information
#12CF2D (or 0x12CF2D) is known color: Dark Pastel Green. HEX triplet: 12, CF and 2D. RGB value is (18,207,45). Sum of RGB (Red+Green+Blue) = 18+207+45=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 207 (81.25% from 255 or 76.67% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CF2D is #ED30D2. Grayscale: #848484. Windows color (decimal): -15544531 or 3002130. OLE color: 3002130.
HSL color Cylindrical-coordinate representation of color #12CF2D: hue angle of 128.57º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CF2D is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 207 | 45 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.19 |
| HSL | 128.57º | 0.84% | 0.44% | - |
| HSV(B) | 128.57º | 0.91% | 0.81% | - |
| XYZ | 23.04 | 44.94 | 9.94 | - |
| YUV | 132.02 | 78.88 | 46.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 45 | 0.91 | 0 | 0.78 | 0.19 | 128.57 | 0.84 | 0.44 |
| Hex | 12 | CF | 2D | 5B | 0 | 4E | 13 | 81 | 54 | 2C |
| Octal | 22 | 317 | 55 | 133 | 0 | 116 | 23 | 201 | 124 | 54 |
| Binary | 10010 | 11001111 | 101101 | 1011011 | 0 | 1001110 | 10011 | 10000001 | 1010100 | 101100 |
Color Harmonies of #12CF2D
Complementary color
Monochromatic Colors of #12CF2D
Black with #12CF2D
Text Example
Text Example
White with #12CF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CF2D; }
p { color: rgb(18,207,45); }
H1.HeaderClassName
{
color: #12CF2D;
}
.AnyTagClassName
{
color: #12CF2D;
}
</style>
background-color css
<style>
a { background-color: #12CF2D; }
a { background-color: rgb(18,207,45); }
div.DivClassName
{
background-color: #12CF2D;
}
.BgClassName
{
background-color: #12CF2D;
}
</style>
border-color css
<style>
span { border-color: #12CF2D; }
span { border-color: rgb(18,207,45); }
td.TdClassName
{
border-color: #12CF2D;
}
.TagClassName
{
border-color: #12CF2D;
}
</style>