Shades of Dark Pastel Green #03C92B
Tints of Dark Pastel Green #03C92B
RGB
CMYK
RGB Variations
Color information
#03C92B (or 0x03C92B) is known color: Dark Pastel Green. HEX triplet: 03, C9 and 2B. RGB value is (3,201,43). Sum of RGB (Red+Green+Blue) = 3+201+43=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 201 (78.91% from 255 or 81.38% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 201 - color contains mainly: green. Hex color #03C92B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C92B is #FC36D4. Grayscale: #7C7C7C. Windows color (decimal): -16529109 or 2869507. OLE color: 2869507.
HSL color Cylindrical-coordinate representation of color #03C92B: hue angle of 132.12º 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 #03C92B is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 201 | 43 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.21 |
| HSL | 132.12º | 0.97% | 0.4% | - |
| HSV(B) | 132.12º | 0.99% | 0.79% | - |
| XYZ | 21.36 | 41.97 | 9.26 | - |
| YUV | 123.79 | 82.4 | 41.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 201 | 43 | 0.99 | 0 | 0.79 | 0.21 | 132.12 | 0.97 | 0.4 |
| Hex | 3 | C9 | 2B | 63 | 0 | 4F | 15 | 84 | 61 | 28 |
| Octal | 3 | 311 | 53 | 143 | 0 | 117 | 25 | 204 | 141 | 50 |
| Binary | 11 | 11001001 | 101011 | 1100011 | 0 | 1001111 | 10101 | 10000100 | 1100001 | 101000 |
Color Harmonies of #03C92B
Complementary color
Monochromatic Colors of #03C92B
Black with #03C92B
Text Example
Text Example
White with #03C92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C92B; }
p { color: rgb(3,201,43); }
H1.HeaderClassName
{
color: #03C92B;
}
.AnyTagClassName
{
color: #03C92B;
}
</style>
background-color css
<style>
a { background-color: #03C92B; }
a { background-color: rgb(3,201,43); }
div.DivClassName
{
background-color: #03C92B;
}
.BgClassName
{
background-color: #03C92B;
}
</style>
border-color css
<style>
span { border-color: #03C92B; }
span { border-color: rgb(3,201,43); }
td.TdClassName
{
border-color: #03C92B;
}
.TagClassName
{
border-color: #03C92B;
}
</style>