Shades of Dark Pastel Green #03CB40
Tints of Dark Pastel Green #03CB40
RGB
CMYK
RGB Variations
Color information
#03CB40 (or 0x03CB40) is known color: Dark Pastel Green. HEX triplet: 03, CB and 40. RGB value is (3,203,64). Sum of RGB (Red+Green+Blue) = 3+203+64=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 203 (79.69% from 255 or 75.19% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 203 - color contains mainly: green. Hex color #03CB40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03CB40 is #FC34BF. Grayscale: #7F7F7F. Windows color (decimal): -16528576 or 4246275. OLE color: 4246275.
HSL color Cylindrical-coordinate representation of color #03CB40: hue angle of 138.3º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CB40 is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 203 | 64 | - |
| CMYK | 0.99 | 0 | 0.68 | 0.20 |
| HSL | 138.3º | 0.97% | 0.4% | - |
| HSV(B) | 138.3º | 0.99% | 0.8% | - |
| XYZ | 22.32 | 43.1 | 11.99 | - |
| YUV | 127.35 | 92.24 | 39.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 203 | 64 | 0.99 | 0 | 0.68 | 0.20 | 138.3 | 0.97 | 0.4 |
| Hex | 3 | CB | 40 | 63 | 0 | 44 | 14 | 8A | 61 | 28 |
| Octal | 3 | 313 | 100 | 143 | 0 | 104 | 24 | 212 | 141 | 50 |
| Binary | 11 | 11001011 | 1000000 | 1100011 | 0 | 1000100 | 10100 | 10001010 | 1100001 | 101000 |
Color Harmonies of #03CB40
Complementary color
Monochromatic Colors of #03CB40
Black with #03CB40
Text Example
Text Example
White with #03CB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CB40; }
p { color: rgb(3,203,64); }
H1.HeaderClassName
{
color: #03CB40;
}
.AnyTagClassName
{
color: #03CB40;
}
</style>
background-color css
<style>
a { background-color: #03CB40; }
a { background-color: rgb(3,203,64); }
div.DivClassName
{
background-color: #03CB40;
}
.BgClassName
{
background-color: #03CB40;
}
</style>
border-color css
<style>
span { border-color: #03CB40; }
span { border-color: rgb(3,203,64); }
td.TdClassName
{
border-color: #03CB40;
}
.TagClassName
{
border-color: #03CB40;
}
</style>