Shades of Dark Pastel Green #03BE3C
Tints of Dark Pastel Green #03BE3C
RGB
CMYK
RGB Variations
Color information
#03BE3C (or 0x03BE3C) is known color: Dark Pastel Green. HEX triplet: 03, BE and 3C. RGB value is (3,190,60). Sum of RGB (Red+Green+Blue) = 3+190+60=253 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 253); Green value is 190 (74.61% from 255 or 75.10% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 190 - color contains mainly: green. Hex color #03BE3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BE3C is #FC41C3. Grayscale: #777777. Windows color (decimal): -16531908 or 3980803. OLE color: 3980803.
HSL color Cylindrical-coordinate representation of color #03BE3C: hue angle of 138.29º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BE3C is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 190 | 60 | - |
| CMYK | 0.98 | 0 | 0.68 | 0.25 |
| HSL | 138.29º | 0.97% | 0.38% | - |
| HSV(B) | 138.29º | 0.98% | 0.75% | - |
| XYZ | 19.27 | 37.17 | 10.43 | - |
| YUV | 119.27 | 94.55 | 45.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 190 | 60 | 0.98 | 0 | 0.68 | 0.25 | 138.29 | 0.97 | 0.38 |
| Hex | 3 | BE | 3C | 62 | 0 | 44 | 19 | 8A | 61 | 26 |
| Octal | 3 | 276 | 74 | 142 | 0 | 104 | 31 | 212 | 141 | 46 |
| Binary | 11 | 10111110 | 111100 | 1100010 | 0 | 1000100 | 11001 | 10001010 | 1100001 | 100110 |
Color Harmonies of #03BE3C
Complementary color
Monochromatic Colors of #03BE3C
Black with #03BE3C
Text Example
Text Example
White with #03BE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BE3C; }
p { color: rgb(3,190,60); }
H1.HeaderClassName
{
color: #03BE3C;
}
.AnyTagClassName
{
color: #03BE3C;
}
</style>
background-color css
<style>
a { background-color: #03BE3C; }
a { background-color: rgb(3,190,60); }
div.DivClassName
{
background-color: #03BE3C;
}
.BgClassName
{
background-color: #03BE3C;
}
</style>
border-color css
<style>
span { border-color: #03BE3C; }
span { border-color: rgb(3,190,60); }
td.TdClassName
{
border-color: #03BE3C;
}
.TagClassName
{
border-color: #03BE3C;
}
</style>