Shades of Dark Pastel Green #00C928
Tints of Dark Pastel Green #00C928
RGB
CMYK
RGB Variations
Color information
#00C928 (or 0x00C928) is known color: Dark Pastel Green. HEX triplet: 00, C9 and 28. RGB value is (0,201,40). Sum of RGB (Red+Green+Blue) = 0+201+40=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 201 (78.91% from 255 or 83.40% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 201 - color contains mainly: green. Hex color #00C928 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C928 is #FF36D7. Grayscale: #7A7A7A. Windows color (decimal): -16725720 or 2672896. OLE color: 2672896.
HSL color Cylindrical-coordinate representation of color #00C928: hue angle of 131.94º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C928 is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 201 | 40 | - |
| CMYK | 1 | 0 | 0.80 | 0.21 |
| HSL | 131.94º | 1% | 0.39% | - |
| HSV(B) | 131.94º | 1% | 0.79% | - |
| XYZ | 21.27 | 41.93 | 8.98 | - |
| YUV | 122.55 | 81.41 | 40.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 201 | 40 | 1 | 0 | 0.80 | 0.21 | 131.94 | 1 | 0.39 |
| Hex | 0 | C9 | 28 | 64 | 0 | 50 | 15 | 84 | 64 | 27 |
| Octal | 0 | 311 | 50 | 144 | 0 | 120 | 25 | 204 | 144 | 47 |
| Binary | 0 | 11001001 | 101000 | 1100100 | 0 | 1010000 | 10101 | 10000100 | 1100100 | 100111 |
Color Harmonies of #00C928
Complementary color
Monochromatic Colors of #00C928
Black with #00C928
Text Example
Text Example
White with #00C928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C928; }
p { color: rgb(0,201,40); }
H1.HeaderClassName
{
color: #00C928;
}
.AnyTagClassName
{
color: #00C928;
}
</style>
background-color css
<style>
a { background-color: #00C928; }
a { background-color: rgb(0,201,40); }
div.DivClassName
{
background-color: #00C928;
}
.BgClassName
{
background-color: #00C928;
}
</style>
border-color css
<style>
span { border-color: #00C928; }
span { border-color: rgb(0,201,40); }
td.TdClassName
{
border-color: #00C928;
}
.TagClassName
{
border-color: #00C928;
}
</style>