Shades of Dark Pastel Green #03CB43
Tints of Dark Pastel Green #03CB43
RGB
CMYK
RGB Variations
Color information
#03CB43 (or 0x03CB43) is known color: Dark Pastel Green. HEX triplet: 03, CB and 43. RGB value is (3,203,67). Sum of RGB (Red+Green+Blue) = 3+203+67=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 203 (79.69% from 255 or 74.36% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 203 - color contains mainly: green. Hex color #03CB43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03CB43 is #FC34BC. Grayscale: #808080. Windows color (decimal): -16528573 or 4442883. OLE color: 4442883.
HSL color Cylindrical-coordinate representation of color #03CB43: hue angle of 139.2º 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 #03CB43 is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 203 | 67 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.20 |
| HSL | 139.2º | 0.97% | 0.4% | - |
| HSV(B) | 139.2º | 0.99% | 0.8% | - |
| XYZ | 22.41 | 43.14 | 12.46 | - |
| YUV | 127.7 | 93.74 | 39.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 203 | 67 | 0.99 | 0 | 0.67 | 0.20 | 139.2 | 0.97 | 0.4 |
| Hex | 3 | CB | 43 | 63 | 0 | 43 | 14 | 8B | 61 | 28 |
| Octal | 3 | 313 | 103 | 143 | 0 | 103 | 24 | 213 | 141 | 50 |
| Binary | 11 | 11001011 | 1000011 | 1100011 | 0 | 1000011 | 10100 | 10001011 | 1100001 | 101000 |
Color Harmonies of #03CB43
Complementary color
Monochromatic Colors of #03CB43
Black with #03CB43
Text Example
Text Example
White with #03CB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CB43; }
p { color: rgb(3,203,67); }
H1.HeaderClassName
{
color: #03CB43;
}
.AnyTagClassName
{
color: #03CB43;
}
</style>
background-color css
<style>
a { background-color: #03CB43; }
a { background-color: rgb(3,203,67); }
div.DivClassName
{
background-color: #03CB43;
}
.BgClassName
{
background-color: #03CB43;
}
</style>
border-color css
<style>
span { border-color: #03CB43; }
span { border-color: rgb(3,203,67); }
td.TdClassName
{
border-color: #03CB43;
}
.TagClassName
{
border-color: #03CB43;
}
</style>