Shades of Dark Pastel Green #03CB20
Tints of Dark Pastel Green #03CB20
RGB
CMYK
RGB Variations
Color information
#03CB20 (or 0x03CB20) is known color: Dark Pastel Green. HEX triplet: 03, CB and 20. RGB value is (3,203,32). Sum of RGB (Red+Green+Blue) = 3+203+32=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 203 (79.69% from 255 or 85.29% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 203 - color contains mainly: green. Hex color #03CB20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03CB20 is #FC34DF. Grayscale: #7C7C7C. Windows color (decimal): -16528608 or 2149123. OLE color: 2149123.
HSL color Cylindrical-coordinate representation of color #03CB20: hue angle of 128.7º 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 #03CB20 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 203 | 32 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.20 |
| HSL | 128.7º | 0.97% | 0.4% | - |
| HSV(B) | 128.7º | 0.99% | 0.8% | - |
| XYZ | 21.65 | 42.84 | 8.49 | - |
| YUV | 123.71 | 76.24 | 41.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 203 | 32 | 0.99 | 0 | 0.84 | 0.20 | 128.7 | 0.97 | 0.4 |
| Hex | 3 | CB | 20 | 63 | 0 | 54 | 14 | 81 | 61 | 28 |
| Octal | 3 | 313 | 40 | 143 | 0 | 124 | 24 | 201 | 141 | 50 |
| Binary | 11 | 11001011 | 100000 | 1100011 | 0 | 1010100 | 10100 | 10000001 | 1100001 | 101000 |
Color Harmonies of #03CB20
Complementary color
Monochromatic Colors of #03CB20
Black with #03CB20
Text Example
Text Example
White with #03CB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CB20; }
p { color: rgb(3,203,32); }
H1.HeaderClassName
{
color: #03CB20;
}
.AnyTagClassName
{
color: #03CB20;
}
</style>
background-color css
<style>
a { background-color: #03CB20; }
a { background-color: rgb(3,203,32); }
div.DivClassName
{
background-color: #03CB20;
}
.BgClassName
{
background-color: #03CB20;
}
</style>
border-color css
<style>
span { border-color: #03CB20; }
span { border-color: rgb(3,203,32); }
td.TdClassName
{
border-color: #03CB20;
}
.TagClassName
{
border-color: #03CB20;
}
</style>