Shades of Pigment Green #02984B
Tints of Pigment Green #02984B
RGB
CMYK
RGB Variations
Color information
#02984B (or 0x02984B) is known color: Pigment Green. HEX triplet: 02, 98 and 4B. RGB value is (2,152,75). Sum of RGB (Red+Green+Blue) = 2+152+75=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 152 (59.77% from 255 or 66.38% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 152 - color contains mainly: green. Hex color #02984B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02984B is #FD67B4. Grayscale: #626262. Windows color (decimal): -16607157 or 4954114. OLE color: 4954114.
HSL color Cylindrical-coordinate representation of color #02984B: hue angle of 149.2º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02984B is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 152 | 75 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.40 |
| HSL | 149.2º | 0.97% | 0.3% | - |
| HSV(B) | 149.2º | 0.99% | 0.6% | - |
| XYZ | 12.52 | 22.98 | 10.43 | - |
| YUV | 98.37 | 114.81 | 59.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 152 | 75 | 0.99 | 0 | 0.51 | 0.40 | 149.2 | 0.97 | 0.3 |
| Hex | 2 | 98 | 4B | 63 | 0 | 33 | 28 | 95 | 61 | 1E |
| Octal | 2 | 230 | 113 | 143 | 0 | 63 | 50 | 225 | 141 | 36 |
| Binary | 10 | 10011000 | 1001011 | 1100011 | 0 | 110011 | 101000 | 10010101 | 1100001 | 11110 |
Color Harmonies of #02984B
Complementary color
Monochromatic Colors of #02984B
Black with #02984B
Text Example
Text Example
White with #02984B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02984B; }
p { color: rgb(2,152,75); }
H1.HeaderClassName
{
color: #02984B;
}
.AnyTagClassName
{
color: #02984B;
}
</style>
background-color css
<style>
a { background-color: #02984B; }
a { background-color: rgb(2,152,75); }
div.DivClassName
{
background-color: #02984B;
}
.BgClassName
{
background-color: #02984B;
}
</style>
border-color css
<style>
span { border-color: #02984B; }
span { border-color: rgb(2,152,75); }
td.TdClassName
{
border-color: #02984B;
}
.TagClassName
{
border-color: #02984B;
}
</style>