Shades of Pigment Green #03B255
Tints of Pigment Green #03B255
RGB
CMYK
RGB Variations
Color information
#03B255 (or 0x03B255) is known color: Pigment Green. HEX triplet: 03, B2 and 55. RGB value is (3,178,85). Sum of RGB (Red+Green+Blue) = 3+178+85=266 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 266); Green value is 178 (69.92% from 255 or 66.92% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 178 - color contains mainly: green. Hex color #03B255 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03B255 is #FC4DAA. Grayscale: #737373. Windows color (decimal): -16534955 or 5616131. OLE color: 5616131.
HSL color Cylindrical-coordinate representation of color #03B255: hue angle of 148.11º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B255 is Cyan = 0.98, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 3 | 178 | 85 | - |
| CMYK | 0.98 | 0 | 0.52 | 0.30 |
| HSL | 148.11º | 0.97% | 0.35% | - |
| HSV(B) | 148.11º | 0.98% | 0.7% | - |
| XYZ | 17.6 | 32.52 | 13.94 | - |
| YUV | 115.07 | 111.02 | 48.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 178 | 85 | 0.98 | 0 | 0.52 | 0.30 | 148.11 | 0.97 | 0.35 |
| Hex | 3 | B2 | 55 | 62 | 0 | 34 | 1E | 94 | 61 | 23 |
| Octal | 3 | 262 | 125 | 142 | 0 | 64 | 36 | 224 | 141 | 43 |
| Binary | 11 | 10110010 | 1010101 | 1100010 | 0 | 110100 | 11110 | 10010100 | 1100001 | 100011 |
Color Harmonies of #03B255
Complementary color
Monochromatic Colors of #03B255
Black with #03B255
Text Example
Text Example
White with #03B255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B255; }
p { color: rgb(3,178,85); }
H1.HeaderClassName
{
color: #03B255;
}
.AnyTagClassName
{
color: #03B255;
}
</style>
background-color css
<style>
a { background-color: #03B255; }
a { background-color: rgb(3,178,85); }
div.DivClassName
{
background-color: #03B255;
}
.BgClassName
{
background-color: #03B255;
}
</style>
border-color css
<style>
span { border-color: #03B255; }
span { border-color: rgb(3,178,85); }
td.TdClassName
{
border-color: #03B255;
}
.TagClassName
{
border-color: #03B255;
}
</style>