Shades of Dark Pastel Green #03D237
Tints of Dark Pastel Green #03D237
RGB
CMYK
RGB Variations
Color information
#03D237 (or 0x03D237) is known color: Dark Pastel Green. HEX triplet: 03, D2 and 37. RGB value is (3,210,55). Sum of RGB (Red+Green+Blue) = 3+210+55=268 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 268); Green value is 210 (82.42% from 255 or 78.36% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 210 - color contains mainly: green. Hex color #03D237 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D237 is #FC2DC8. Grayscale: #828282. Windows color (decimal): -16526793 or 3658243. OLE color: 3658243.
HSL color Cylindrical-coordinate representation of color #03D237: hue angle of 135.07º 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 #03D237 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 210 | 55 | - |
| CMYK | 0.99 | 0 | 0.74 | 0.18 |
| HSL | 135.07º | 0.97% | 0.42% | - |
| HSV(B) | 135.07º | 0.99% | 0.82% | - |
| XYZ | 23.77 | 46.39 | 11.32 | - |
| YUV | 130.44 | 85.42 | 37.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 210 | 55 | 0.99 | 0 | 0.74 | 0.18 | 135.07 | 0.97 | 0.42 |
| Hex | 3 | D2 | 37 | 63 | 0 | 4A | 12 | 87 | 61 | 2A |
| Octal | 3 | 322 | 67 | 143 | 0 | 112 | 22 | 207 | 141 | 52 |
| Binary | 11 | 11010010 | 110111 | 1100011 | 0 | 1001010 | 10010 | 10000111 | 1100001 | 101010 |
Color Harmonies of #03D237
Complementary color
Monochromatic Colors of #03D237
Black with #03D237
Text Example
Text Example
White with #03D237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D237; }
p { color: rgb(3,210,55); }
H1.HeaderClassName
{
color: #03D237;
}
.AnyTagClassName
{
color: #03D237;
}
</style>
background-color css
<style>
a { background-color: #03D237; }
a { background-color: rgb(3,210,55); }
div.DivClassName
{
background-color: #03D237;
}
.BgClassName
{
background-color: #03D237;
}
</style>
border-color css
<style>
span { border-color: #03D237; }
span { border-color: rgb(3,210,55); }
td.TdClassName
{
border-color: #03D237;
}
.TagClassName
{
border-color: #03D237;
}
</style>