Shades of Dark Pastel Green #03DB28
Tints of Dark Pastel Green #03DB28
RGB
CMYK
RGB Variations
Color information
#03DB28 (or 0x03DB28) is known color: Dark Pastel Green. HEX triplet: 03, DB and 28. RGB value is (3,219,40). Sum of RGB (Red+Green+Blue) = 3+219+40=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 219 (85.94% from 255 or 83.59% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 219 - color contains mainly: green. Hex color #03DB28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03DB28 is #FC24D7. Grayscale: #868686. Windows color (decimal): -16524504 or 2677507. OLE color: 2677507.
HSL color Cylindrical-coordinate representation of color #03DB28: hue angle of 130.28º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DB28 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 219 | 40 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.14 |
| HSL | 130.28º | 0.97% | 0.44% | - |
| HSV(B) | 130.28º | 0.99% | 0.86% | - |
| XYZ | 25.75 | 50.84 | 10.46 | - |
| YUV | 134.01 | 74.94 | 34.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 219 | 40 | 0.99 | 0 | 0.82 | 0.14 | 130.28 | 0.97 | 0.44 |
| Hex | 3 | DB | 28 | 63 | 0 | 52 | E | 82 | 61 | 2C |
| Octal | 3 | 333 | 50 | 143 | 0 | 122 | 16 | 202 | 141 | 54 |
| Binary | 11 | 11011011 | 101000 | 1100011 | 0 | 1010010 | 1110 | 10000010 | 1100001 | 101100 |
Color Harmonies of #03DB28
Complementary color
Monochromatic Colors of #03DB28
Black with #03DB28
Text Example
Text Example
White with #03DB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DB28; }
p { color: rgb(3,219,40); }
H1.HeaderClassName
{
color: #03DB28;
}
.AnyTagClassName
{
color: #03DB28;
}
</style>
background-color css
<style>
a { background-color: #03DB28; }
a { background-color: rgb(3,219,40); }
div.DivClassName
{
background-color: #03DB28;
}
.BgClassName
{
background-color: #03DB28;
}
</style>
border-color css
<style>
span { border-color: #03DB28; }
span { border-color: rgb(3,219,40); }
td.TdClassName
{
border-color: #03DB28;
}
.TagClassName
{
border-color: #03DB28;
}
</style>