Shades of Pigment Green #02B553
Tints of Pigment Green #02B553
RGB
CMYK
RGB Variations
Color information
#02B553 (or 0x02B553) is known color: Pigment Green. HEX triplet: 02, B5 and 53. RGB value is (2,181,83). Sum of RGB (Red+Green+Blue) = 2+181+83=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 181 (71.09% from 255 or 68.05% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 181 - color contains mainly: green. Hex color #02B553 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B553 is #FD4AAC. Grayscale: #747474. Windows color (decimal): -16599725 or 5485826. OLE color: 5485826.
HSL color Cylindrical-coordinate representation of color #02B553: hue angle of 147.15º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B553 is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 2 | 181 | 83 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.29 |
| HSL | 147.15º | 0.98% | 0.36% | - |
| HSV(B) | 147.15º | 0.99% | 0.71% | - |
| XYZ | 18.11 | 33.69 | 13.73 | - |
| YUV | 116.31 | 109.2 | 46.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 181 | 83 | 0.99 | 0 | 0.54 | 0.29 | 147.15 | 0.98 | 0.36 |
| Hex | 2 | B5 | 53 | 63 | 0 | 36 | 1D | 93 | 62 | 24 |
| Octal | 2 | 265 | 123 | 143 | 0 | 66 | 35 | 223 | 142 | 44 |
| Binary | 10 | 10110101 | 1010011 | 1100011 | 0 | 110110 | 11101 | 10010011 | 1100010 | 100100 |
Color Harmonies of #02B553
Complementary color
Monochromatic Colors of #02B553
Black with #02B553
Text Example
Text Example
White with #02B553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B553; }
p { color: rgb(2,181,83); }
H1.HeaderClassName
{
color: #02B553;
}
.AnyTagClassName
{
color: #02B553;
}
</style>
background-color css
<style>
a { background-color: #02B553; }
a { background-color: rgb(2,181,83); }
div.DivClassName
{
background-color: #02B553;
}
.BgClassName
{
background-color: #02B553;
}
</style>
border-color css
<style>
span { border-color: #02B553; }
span { border-color: rgb(2,181,83); }
td.TdClassName
{
border-color: #02B553;
}
.TagClassName
{
border-color: #02B553;
}
</style>