Shades of Dark Pastel Green #03B91C
Tints of Dark Pastel Green #03B91C
RGB
CMYK
RGB Variations
Color information
#03B91C (or 0x03B91C) is known color: Dark Pastel Green. HEX triplet: 03, B9 and 1C. RGB value is (3,185,28). Sum of RGB (Red+Green+Blue) = 3+185+28=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 185 (72.66% from 255 or 85.65% from 216); Blue value is 28 (11.33% from 255 or 12.96% from 216); Max value from RGB is 185 - color contains mainly: green. Hex color #03B91C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03B91C is #FC46E3. Grayscale: #717171. Windows color (decimal): -16533220 or 1882371. OLE color: 1882371.
HSL color Cylindrical-coordinate representation of color #03B91C: hue angle of 128.24º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B91C is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 185 | 28 | - |
| CMYK | 0.98 | 0 | 0.85 | 0.27 |
| HSL | 128.24º | 0.97% | 0.37% | - |
| HSV(B) | 128.24º | 0.98% | 0.73% | - |
| XYZ | 17.6 | 34.8 | 6.89 | - |
| YUV | 112.68 | 80.2 | 49.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 185 | 28 | 0.98 | 0 | 0.85 | 0.27 | 128.24 | 0.97 | 0.37 |
| Hex | 3 | B9 | 1C | 62 | 0 | 55 | 1B | 80 | 61 | 25 |
| Octal | 3 | 271 | 34 | 142 | 0 | 125 | 33 | 200 | 141 | 45 |
| Binary | 11 | 10111001 | 11100 | 1100010 | 0 | 1010101 | 11011 | 10000000 | 1100001 | 100101 |
Color Harmonies of #03B91C
Complementary color
Monochromatic Colors of #03B91C
Black with #03B91C
Text Example
Text Example
White with #03B91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B91C; }
p { color: rgb(3,185,28); }
H1.HeaderClassName
{
color: #03B91C;
}
.AnyTagClassName
{
color: #03B91C;
}
</style>
background-color css
<style>
a { background-color: #03B91C; }
a { background-color: rgb(3,185,28); }
div.DivClassName
{
background-color: #03B91C;
}
.BgClassName
{
background-color: #03B91C;
}
</style>
border-color css
<style>
span { border-color: #03B91C; }
span { border-color: rgb(3,185,28); }
td.TdClassName
{
border-color: #03B91C;
}
.TagClassName
{
border-color: #03B91C;
}
</style>