Shades of Dark Pastel Green #0CDB28
Tints of Dark Pastel Green #0CDB28
RGB
CMYK
RGB Variations
Color information
#0CDB28 (or 0x0CDB28) is known color: Dark Pastel Green. HEX triplet: 0C, DB and 28. RGB value is (12,219,40). Sum of RGB (Red+Green+Blue) = 12+219+40=271 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.43% from 271); Green value is 219 (85.94% from 255 or 80.81% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDB28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CDB28 is #F324D7. Grayscale: #898989. Windows color (decimal): -15934680 or 2677516. OLE color: 2677516.
HSL color Cylindrical-coordinate representation of color #0CDB28: hue angle of 128.12º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDB28 is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 219 | 40 | - |
| CMYK | 0.95 | 0 | 0.82 | 0.14 |
| HSL | 128.12º | 0.9% | 0.45% | - |
| HSV(B) | 128.12º | 0.95% | 0.86% | - |
| XYZ | 25.87 | 50.89 | 10.47 | - |
| YUV | 136.7 | 73.42 | 39.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 219 | 40 | 0.95 | 0 | 0.82 | 0.14 | 128.12 | 0.9 | 0.45 |
| Hex | C | DB | 28 | 5F | 0 | 52 | E | 80 | 5A | 2D |
| Octal | 14 | 333 | 50 | 137 | 0 | 122 | 16 | 200 | 132 | 55 |
| Binary | 1100 | 11011011 | 101000 | 1011111 | 0 | 1010010 | 1110 | 10000000 | 1011010 | 101101 |
Color Harmonies of #0CDB28
Complementary color
Monochromatic Colors of #0CDB28
Black with #0CDB28
Text Example
Text Example
White with #0CDB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDB28; }
p { color: rgb(12,219,40); }
H1.HeaderClassName
{
color: #0CDB28;
}
.AnyTagClassName
{
color: #0CDB28;
}
</style>
background-color css
<style>
a { background-color: #0CDB28; }
a { background-color: rgb(12,219,40); }
div.DivClassName
{
background-color: #0CDB28;
}
.BgClassName
{
background-color: #0CDB28;
}
</style>
border-color css
<style>
span { border-color: #0CDB28; }
span { border-color: rgb(12,219,40); }
td.TdClassName
{
border-color: #0CDB28;
}
.TagClassName
{
border-color: #0CDB28;
}
</style>