Shades of Dark Pastel Green #03C92C
Tints of Dark Pastel Green #03C92C
RGB
CMYK
RGB Variations
Color information
#03C92C (or 0x03C92C) is known color: Dark Pastel Green. HEX triplet: 03, C9 and 2C. RGB value is (3,201,44). Sum of RGB (Red+Green+Blue) = 3+201+44=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 201 (78.91% from 255 or 81.05% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 201 - color contains mainly: green. Hex color #03C92C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C92C is #FC36D3. Grayscale: #7C7C7C. Windows color (decimal): -16529108 or 2935043. OLE color: 2935043.
HSL color Cylindrical-coordinate representation of color #03C92C: hue angle of 132.42º 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 #03C92C is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 201 | 44 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.21 |
| HSL | 132.42º | 0.97% | 0.4% | - |
| HSV(B) | 132.42º | 0.99% | 0.79% | - |
| XYZ | 21.38 | 41.97 | 9.36 | - |
| YUV | 123.9 | 82.9 | 41.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 201 | 44 | 0.99 | 0 | 0.78 | 0.21 | 132.42 | 0.97 | 0.4 |
| Hex | 3 | C9 | 2C | 63 | 0 | 4E | 15 | 84 | 61 | 28 |
| Octal | 3 | 311 | 54 | 143 | 0 | 116 | 25 | 204 | 141 | 50 |
| Binary | 11 | 11001001 | 101100 | 1100011 | 0 | 1001110 | 10101 | 10000100 | 1100001 | 101000 |
Color Harmonies of #03C92C
Complementary color
Monochromatic Colors of #03C92C
Black with #03C92C
Text Example
Text Example
White with #03C92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C92C; }
p { color: rgb(3,201,44); }
H1.HeaderClassName
{
color: #03C92C;
}
.AnyTagClassName
{
color: #03C92C;
}
</style>
background-color css
<style>
a { background-color: #03C92C; }
a { background-color: rgb(3,201,44); }
div.DivClassName
{
background-color: #03C92C;
}
.BgClassName
{
background-color: #03C92C;
}
</style>
border-color css
<style>
span { border-color: #03C92C; }
span { border-color: rgb(3,201,44); }
td.TdClassName
{
border-color: #03C92C;
}
.TagClassName
{
border-color: #03C92C;
}
</style>