Shades of Dark Pastel Green #03C924
Tints of Dark Pastel Green #03C924
RGB
CMYK
RGB Variations
Color information
#03C924 (or 0x03C924) is known color: Dark Pastel Green. HEX triplet: 03, C9 and 24. RGB value is (3,201,36). Sum of RGB (Red+Green+Blue) = 3+201+36=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 201 (78.91% from 255 or 83.75% from 240); Blue value is 36 (14.45% from 255 or 15% from 240); Max value from RGB is 201 - color contains mainly: green. Hex color #03C924 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C924 is #FC36DB. Grayscale: #7B7B7B. Windows color (decimal): -16529116 or 2410755. OLE color: 2410755.
HSL color Cylindrical-coordinate representation of color #03C924: hue angle of 130º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C924 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 201 | 36 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.21 |
| HSL | 130º | 0.97% | 0.4% | - |
| HSV(B) | 130º | 0.99% | 0.79% | - |
| XYZ | 21.24 | 41.92 | 8.64 | - |
| YUV | 122.99 | 78.9 | 42.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 201 | 36 | 0.99 | 0 | 0.82 | 0.21 | 130 | 0.97 | 0.4 |
| Hex | 3 | C9 | 24 | 63 | 0 | 52 | 15 | 82 | 61 | 28 |
| Octal | 3 | 311 | 44 | 143 | 0 | 122 | 25 | 202 | 141 | 50 |
| Binary | 11 | 11001001 | 100100 | 1100011 | 0 | 1010010 | 10101 | 10000010 | 1100001 | 101000 |
Color Harmonies of #03C924
Complementary color
Monochromatic Colors of #03C924
Black with #03C924
Text Example
Text Example
White with #03C924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C924; }
p { color: rgb(3,201,36); }
H1.HeaderClassName
{
color: #03C924;
}
.AnyTagClassName
{
color: #03C924;
}
</style>
background-color css
<style>
a { background-color: #03C924; }
a { background-color: rgb(3,201,36); }
div.DivClassName
{
background-color: #03C924;
}
.BgClassName
{
background-color: #03C924;
}
</style>
border-color css
<style>
span { border-color: #03C924; }
span { border-color: rgb(3,201,36); }
td.TdClassName
{
border-color: #03C924;
}
.TagClassName
{
border-color: #03C924;
}
</style>