Shades of Dark Pastel Green #03CF3A
Tints of Dark Pastel Green #03CF3A
RGB
CMYK
RGB Variations
Color information
#03CF3A (or 0x03CF3A) is known color: Dark Pastel Green. HEX triplet: 03, CF and 3A. RGB value is (3,207,58). Sum of RGB (Red+Green+Blue) = 3+207+58=268 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 268); Green value is 207 (81.25% from 255 or 77.24% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 207 - color contains mainly: green. Hex color #03CF3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03CF3A is #FC30C5. Grayscale: #818181. Windows color (decimal): -16527558 or 3854083. OLE color: 3854083.
HSL color Cylindrical-coordinate representation of color #03CF3A: hue angle of 136.18º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CF3A is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 207 | 58 | - |
| CMYK | 0.99 | 0 | 0.72 | 0.19 |
| HSL | 136.18º | 0.97% | 0.41% | - |
| HSV(B) | 136.18º | 0.99% | 0.81% | - |
| XYZ | 23.11 | 44.95 | 11.46 | - |
| YUV | 129.02 | 87.91 | 38.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 207 | 58 | 0.99 | 0 | 0.72 | 0.19 | 136.18 | 0.97 | 0.41 |
| Hex | 3 | CF | 3A | 63 | 0 | 48 | 13 | 88 | 61 | 29 |
| Octal | 3 | 317 | 72 | 143 | 0 | 110 | 23 | 210 | 141 | 51 |
| Binary | 11 | 11001111 | 111010 | 1100011 | 0 | 1001000 | 10011 | 10001000 | 1100001 | 101001 |
Color Harmonies of #03CF3A
Complementary color
Monochromatic Colors of #03CF3A
Black with #03CF3A
Text Example
Text Example
White with #03CF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CF3A; }
p { color: rgb(3,207,58); }
H1.HeaderClassName
{
color: #03CF3A;
}
.AnyTagClassName
{
color: #03CF3A;
}
</style>
background-color css
<style>
a { background-color: #03CF3A; }
a { background-color: rgb(3,207,58); }
div.DivClassName
{
background-color: #03CF3A;
}
.BgClassName
{
background-color: #03CF3A;
}
</style>
border-color css
<style>
span { border-color: #03CF3A; }
span { border-color: rgb(3,207,58); }
td.TdClassName
{
border-color: #03CF3A;
}
.TagClassName
{
border-color: #03CF3A;
}
</style>