Shades of Dark Pastel Green #02B32B
Tints of Dark Pastel Green #02B32B
RGB
CMYK
RGB Variations
Color information
#02B32B (or 0x02B32B) is known color: Dark Pastel Green. HEX triplet: 02, B3 and 2B. RGB value is (2,179,43). Sum of RGB (Red+Green+Blue) = 2+179+43=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 179 (70.31% from 255 or 79.91% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 179 - color contains mainly: green. Hex color #02B32B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02B32B is #FD4CD4. Grayscale: #6E6E6E. Windows color (decimal): -16600277 or 2863874. OLE color: 2863874.
HSL color Cylindrical-coordinate representation of color #02B32B: hue angle of 133.9º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B32B is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 2 | 179 | 43 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.30 |
| HSL | 133.9º | 0.98% | 0.35% | - |
| HSV(B) | 133.9º | 0.99% | 0.7% | - |
| XYZ | 16.58 | 32.43 | 7.67 | - |
| YUV | 110.57 | 89.86 | 50.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 179 | 43 | 0.99 | 0 | 0.76 | 0.30 | 133.9 | 0.98 | 0.35 |
| Hex | 2 | B3 | 2B | 63 | 0 | 4C | 1E | 86 | 62 | 23 |
| Octal | 2 | 263 | 53 | 143 | 0 | 114 | 36 | 206 | 142 | 43 |
| Binary | 10 | 10110011 | 101011 | 1100011 | 0 | 1001100 | 11110 | 10000110 | 1100010 | 100011 |
Color Harmonies of #02B32B
Complementary color
Monochromatic Colors of #02B32B
Black with #02B32B
Text Example
Text Example
White with #02B32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B32B; }
p { color: rgb(2,179,43); }
H1.HeaderClassName
{
color: #02B32B;
}
.AnyTagClassName
{
color: #02B32B;
}
</style>
background-color css
<style>
a { background-color: #02B32B; }
a { background-color: rgb(2,179,43); }
div.DivClassName
{
background-color: #02B32B;
}
.BgClassName
{
background-color: #02B32B;
}
</style>
border-color css
<style>
span { border-color: #02B32B; }
span { border-color: rgb(2,179,43); }
td.TdClassName
{
border-color: #02B32B;
}
.TagClassName
{
border-color: #02B32B;
}
</style>