Shades of Dark Pastel Green #03CF3C
Tints of Dark Pastel Green #03CF3C
RGB
CMYK
RGB Variations
Color information
#03CF3C (or 0x03CF3C) is known color: Dark Pastel Green. HEX triplet: 03, CF and 3C. RGB value is (3,207,60). Sum of RGB (Red+Green+Blue) = 3+207+60=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 207 (81.25% from 255 or 76.67% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 207 - color contains mainly: green. Hex color #03CF3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03CF3C is #FC30C3. Grayscale: #818181. Windows color (decimal): -16527556 or 3985155. OLE color: 3985155.
HSL color Cylindrical-coordinate representation of color #03CF3C: hue angle of 136.76º 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 #03CF3C is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 207 | 60 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.19 |
| HSL | 136.76º | 0.97% | 0.41% | - |
| HSV(B) | 136.76º | 0.99% | 0.81% | - |
| XYZ | 23.17 | 44.97 | 11.73 | - |
| YUV | 129.25 | 88.91 | 37.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 207 | 60 | 0.99 | 0 | 0.71 | 0.19 | 136.76 | 0.97 | 0.41 |
| Hex | 3 | CF | 3C | 63 | 0 | 47 | 13 | 89 | 61 | 29 |
| Octal | 3 | 317 | 74 | 143 | 0 | 107 | 23 | 211 | 141 | 51 |
| Binary | 11 | 11001111 | 111100 | 1100011 | 0 | 1000111 | 10011 | 10001001 | 1100001 | 101001 |
Color Harmonies of #03CF3C
Complementary color
Monochromatic Colors of #03CF3C
Black with #03CF3C
Text Example
Text Example
White with #03CF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CF3C; }
p { color: rgb(3,207,60); }
H1.HeaderClassName
{
color: #03CF3C;
}
.AnyTagClassName
{
color: #03CF3C;
}
</style>
background-color css
<style>
a { background-color: #03CF3C; }
a { background-color: rgb(3,207,60); }
div.DivClassName
{
background-color: #03CF3C;
}
.BgClassName
{
background-color: #03CF3C;
}
</style>
border-color css
<style>
span { border-color: #03CF3C; }
span { border-color: rgb(3,207,60); }
td.TdClassName
{
border-color: #03CF3C;
}
.TagClassName
{
border-color: #03CF3C;
}
</style>