Shades of Dark Pastel Green #12CB2C
Tints of Dark Pastel Green #12CB2C
RGB
CMYK
RGB Variations
Color information
#12CB2C (or 0x12CB2C) is known color: Dark Pastel Green. HEX triplet: 12, CB and 2C. RGB value is (18,203,44). Sum of RGB (Red+Green+Blue) = 18+203+44=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 203 (79.69% from 255 or 76.60% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 203 - color contains mainly: green. Hex color #12CB2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CB2C is #ED34D3. Grayscale: #828282. Windows color (decimal): -15545556 or 2935570. OLE color: 2935570.
HSL color Cylindrical-coordinate representation of color #12CB2C: hue angle of 128.43º 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 #12CB2C is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 203 | 44 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.20 |
| HSL | 128.43º | 0.84% | 0.43% | - |
| HSV(B) | 128.43º | 0.91% | 0.8% | - |
| XYZ | 22.06 | 43.02 | 9.52 | - |
| YUV | 129.56 | 79.71 | 48.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 203 | 44 | 0.91 | 0 | 0.78 | 0.20 | 128.43 | 0.84 | 0.43 |
| Hex | 12 | CB | 2C | 5B | 0 | 4E | 14 | 80 | 54 | 2B |
| Octal | 22 | 313 | 54 | 133 | 0 | 116 | 24 | 200 | 124 | 53 |
| Binary | 10010 | 11001011 | 101100 | 1011011 | 0 | 1001110 | 10100 | 10000000 | 1010100 | 101011 |
Color Harmonies of #12CB2C
Complementary color
Monochromatic Colors of #12CB2C
Black with #12CB2C
Text Example
Text Example
White with #12CB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CB2C; }
p { color: rgb(18,203,44); }
H1.HeaderClassName
{
color: #12CB2C;
}
.AnyTagClassName
{
color: #12CB2C;
}
</style>
background-color css
<style>
a { background-color: #12CB2C; }
a { background-color: rgb(18,203,44); }
div.DivClassName
{
background-color: #12CB2C;
}
.BgClassName
{
background-color: #12CB2C;
}
</style>
border-color css
<style>
span { border-color: #12CB2C; }
span { border-color: rgb(18,203,44); }
td.TdClassName
{
border-color: #12CB2C;
}
.TagClassName
{
border-color: #12CB2C;
}
</style>