Shades of Dark Pastel Green #03D239
Tints of Dark Pastel Green #03D239
RGB
CMYK
RGB Variations
Color information
#03D239 (or 0x03D239) is known color: Dark Pastel Green. HEX triplet: 03, D2 and 39. RGB value is (3,210,57). Sum of RGB (Red+Green+Blue) = 3+210+57=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 210 (82.42% from 255 or 77.78% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 210 - color contains mainly: green. Hex color #03D239 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D239 is #FC2DC6. Grayscale: #838383. Windows color (decimal): -16526791 or 3789315. OLE color: 3789315.
HSL color Cylindrical-coordinate representation of color #03D239: hue angle of 135.65º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D239 is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 210 | 57 | - |
| CMYK | 0.99 | 0 | 0.73 | 0.18 |
| HSL | 135.65º | 0.97% | 0.42% | - |
| HSV(B) | 135.65º | 0.99% | 0.82% | - |
| XYZ | 23.82 | 46.41 | 11.57 | - |
| YUV | 130.67 | 86.42 | 36.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 210 | 57 | 0.99 | 0 | 0.73 | 0.18 | 135.65 | 0.97 | 0.42 |
| Hex | 3 | D2 | 39 | 63 | 0 | 49 | 12 | 88 | 61 | 2A |
| Octal | 3 | 322 | 71 | 143 | 0 | 111 | 22 | 210 | 141 | 52 |
| Binary | 11 | 11010010 | 111001 | 1100011 | 0 | 1001001 | 10010 | 10001000 | 1100001 | 101010 |
Color Harmonies of #03D239
Complementary color
Monochromatic Colors of #03D239
Black with #03D239
Text Example
Text Example
White with #03D239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D239; }
p { color: rgb(3,210,57); }
H1.HeaderClassName
{
color: #03D239;
}
.AnyTagClassName
{
color: #03D239;
}
</style>
background-color css
<style>
a { background-color: #03D239; }
a { background-color: rgb(3,210,57); }
div.DivClassName
{
background-color: #03D239;
}
.BgClassName
{
background-color: #03D239;
}
</style>
border-color css
<style>
span { border-color: #03D239; }
span { border-color: rgb(3,210,57); }
td.TdClassName
{
border-color: #03D239;
}
.TagClassName
{
border-color: #03D239;
}
</style>