Shades of Pigment Green #03C05C
Tints of Pigment Green #03C05C
RGB
CMYK
RGB Variations
Color information
#03C05C (or 0x03C05C) is known color: Pigment Green. HEX triplet: 03, C0 and 5C. RGB value is (3,192,92). Sum of RGB (Red+Green+Blue) = 3+192+92=287 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 287); Green value is 192 (75.39% from 255 or 66.90% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 192 - color contains mainly: green. Hex color #03C05C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C05C is #FC3FA3. Grayscale: #7C7C7C. Windows color (decimal): -16531364 or 6078467. OLE color: 6078467.
HSL color Cylindrical-coordinate representation of color #03C05C: hue angle of 148.25º 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 #03C05C is Cyan = 0.98, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 192 | 92 | - |
| CMYK | 0.98 | 0 | 0.52 | 0.25 |
| HSL | 148.25º | 0.97% | 0.38% | - |
| HSV(B) | 148.25º | 0.98% | 0.75% | - |
| XYZ | 20.82 | 38.49 | 16.46 | - |
| YUV | 124.09 | 109.88 | 41.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 192 | 92 | 0.98 | 0 | 0.52 | 0.25 | 148.25 | 0.97 | 0.38 |
| Hex | 3 | C0 | 5C | 62 | 0 | 34 | 19 | 94 | 61 | 26 |
| Octal | 3 | 300 | 134 | 142 | 0 | 64 | 31 | 224 | 141 | 46 |
| Binary | 11 | 11000000 | 1011100 | 1100010 | 0 | 110100 | 11001 | 10010100 | 1100001 | 100110 |
Color Harmonies of #03C05C
Complementary color
Monochromatic Colors of #03C05C
Black with #03C05C
Text Example
Text Example
White with #03C05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C05C; }
p { color: rgb(3,192,92); }
H1.HeaderClassName
{
color: #03C05C;
}
.AnyTagClassName
{
color: #03C05C;
}
</style>
background-color css
<style>
a { background-color: #03C05C; }
a { background-color: rgb(3,192,92); }
div.DivClassName
{
background-color: #03C05C;
}
.BgClassName
{
background-color: #03C05C;
}
</style>
border-color css
<style>
span { border-color: #03C05C; }
span { border-color: rgb(3,192,92); }
td.TdClassName
{
border-color: #03C05C;
}
.TagClassName
{
border-color: #03C05C;
}
</style>