Shades of Pigment Green #03B449
Tints of Pigment Green #03B449
RGB
CMYK
RGB Variations
Color information
#03B449 (or 0x03B449) is known color: Pigment Green. HEX triplet: 03, B4 and 49. RGB value is (3,180,73). Sum of RGB (Red+Green+Blue) = 3+180+73=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 180 (70.70% from 255 or 70.31% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 180 - color contains mainly: green. Hex color #03B449 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03B449 is #FC4BB6. Grayscale: #737373. Windows color (decimal): -16534455 or 4830211. OLE color: 4830211.
HSL color Cylindrical-coordinate representation of color #03B449: hue angle of 143.73º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B449 is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 180 | 73 | - |
| CMYK | 0.98 | 0 | 0.59 | 0.29 |
| HSL | 143.73º | 0.97% | 0.36% | - |
| HSV(B) | 143.73º | 0.98% | 0.71% | - |
| XYZ | 17.56 | 33.14 | 11.77 | - |
| YUV | 114.88 | 104.36 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 180 | 73 | 0.98 | 0 | 0.59 | 0.29 | 143.73 | 0.97 | 0.36 |
| Hex | 3 | B4 | 49 | 62 | 0 | 3B | 1D | 90 | 61 | 24 |
| Octal | 3 | 264 | 111 | 142 | 0 | 73 | 35 | 220 | 141 | 44 |
| Binary | 11 | 10110100 | 1001001 | 1100010 | 0 | 111011 | 11101 | 10010000 | 1100001 | 100100 |
Color Harmonies of #03B449
Complementary color
Monochromatic Colors of #03B449
Black with #03B449
Text Example
Text Example
White with #03B449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B449; }
p { color: rgb(3,180,73); }
H1.HeaderClassName
{
color: #03B449;
}
.AnyTagClassName
{
color: #03B449;
}
</style>
background-color css
<style>
a { background-color: #03B449; }
a { background-color: rgb(3,180,73); }
div.DivClassName
{
background-color: #03B449;
}
.BgClassName
{
background-color: #03B449;
}
</style>
border-color css
<style>
span { border-color: #03B449; }
span { border-color: rgb(3,180,73); }
td.TdClassName
{
border-color: #03B449;
}
.TagClassName
{
border-color: #03B449;
}
</style>