Shades of Dark Pastel Green #0CD32D
Tints of Dark Pastel Green #0CD32D
RGB
CMYK
RGB Variations
Color information
#0CD32D (or 0x0CD32D) is known color: Dark Pastel Green. HEX triplet: 0C, D3 and 2D. RGB value is (12,211,45). Sum of RGB (Red+Green+Blue) = 12+211+45=268 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.48% from 268); Green value is 211 (82.81% from 255 or 78.73% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 211 - color contains mainly: green. Hex color #0CD32D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CD32D is #F32CD2. Grayscale: #858585. Windows color (decimal): -15936723 or 3003148. OLE color: 3003148.
HSL color Cylindrical-coordinate representation of color #0CD32D: hue angle of 129.95º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD32D is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 12 | 211 | 45 | - |
| CMYK | 0.94 | 0 | 0.79 | 0.17 |
| HSL | 129.95º | 0.89% | 0.44% | - |
| HSV(B) | 129.95º | 0.94% | 0.83% | - |
| XYZ | 23.92 | 46.86 | 10.27 | - |
| YUV | 132.58 | 78.57 | 42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 211 | 45 | 0.94 | 0 | 0.79 | 0.17 | 129.95 | 0.89 | 0.44 |
| Hex | C | D3 | 2D | 5E | 0 | 4F | 11 | 82 | 59 | 2C |
| Octal | 14 | 323 | 55 | 136 | 0 | 117 | 21 | 202 | 131 | 54 |
| Binary | 1100 | 11010011 | 101101 | 1011110 | 0 | 1001111 | 10001 | 10000010 | 1011001 | 101100 |
Color Harmonies of #0CD32D
Complementary color
Monochromatic Colors of #0CD32D
Black with #0CD32D
Text Example
Text Example
White with #0CD32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD32D; }
p { color: rgb(12,211,45); }
H1.HeaderClassName
{
color: #0CD32D;
}
.AnyTagClassName
{
color: #0CD32D;
}
</style>
background-color css
<style>
a { background-color: #0CD32D; }
a { background-color: rgb(12,211,45); }
div.DivClassName
{
background-color: #0CD32D;
}
.BgClassName
{
background-color: #0CD32D;
}
</style>
border-color css
<style>
span { border-color: #0CD32D; }
span { border-color: rgb(12,211,45); }
td.TdClassName
{
border-color: #0CD32D;
}
.TagClassName
{
border-color: #0CD32D;
}
</style>