Shades of Pigment Green #03B157
Tints of Pigment Green #03B157
RGB
CMYK
RGB Variations
Color information
#03B157 (or 0x03B157) is known color: Pigment Green. HEX triplet: 03, B1 and 57. RGB value is (3,177,87). Sum of RGB (Red+Green+Blue) = 3+177+87=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 177 (69.53% from 255 or 66.29% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 177 - color contains mainly: green. Hex color #03B157 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03B157 is #FC4EA8. Grayscale: #727272. Windows color (decimal): -16535209 or 5746947. OLE color: 5746947.
HSL color Cylindrical-coordinate representation of color #03B157: hue angle of 148.97º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B157 is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 177 | 87 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.31 |
| HSL | 148.97º | 0.97% | 0.35% | - |
| HSV(B) | 148.97º | 0.98% | 0.69% | - |
| XYZ | 17.48 | 32.15 | 14.3 | - |
| YUV | 114.71 | 112.35 | 48.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 177 | 87 | 0.98 | 0 | 0.51 | 0.31 | 148.97 | 0.97 | 0.35 |
| Hex | 3 | B1 | 57 | 62 | 0 | 33 | 1F | 95 | 61 | 23 |
| Octal | 3 | 261 | 127 | 142 | 0 | 63 | 37 | 225 | 141 | 43 |
| Binary | 11 | 10110001 | 1010111 | 1100010 | 0 | 110011 | 11111 | 10010101 | 1100001 | 100011 |
Color Harmonies of #03B157
Complementary color
Monochromatic Colors of #03B157
Black with #03B157
Text Example
Text Example
White with #03B157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B157; }
p { color: rgb(3,177,87); }
H1.HeaderClassName
{
color: #03B157;
}
.AnyTagClassName
{
color: #03B157;
}
</style>
background-color css
<style>
a { background-color: #03B157; }
a { background-color: rgb(3,177,87); }
div.DivClassName
{
background-color: #03B157;
}
.BgClassName
{
background-color: #03B157;
}
</style>
border-color css
<style>
span { border-color: #03B157; }
span { border-color: rgb(3,177,87); }
td.TdClassName
{
border-color: #03B157;
}
.TagClassName
{
border-color: #03B157;
}
</style>