Shades of Dark Pastel Green #02CB2D
Tints of Dark Pastel Green #02CB2D
RGB
CMYK
RGB Variations
Color information
#02CB2D (or 0x02CB2D) is known color: Dark Pastel Green. HEX triplet: 02, CB and 2D. RGB value is (2,203,45). Sum of RGB (Red+Green+Blue) = 2+203+45=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 203 (79.69% from 255 or 81.2% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 203 - color contains mainly: green. Hex color #02CB2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CB2D is #FD34D2. Grayscale: #7D7D7D. Windows color (decimal): -16594131 or 3001090. OLE color: 3001090.
HSL color Cylindrical-coordinate representation of color #02CB2D: hue angle of 132.84º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CB2D is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 203 | 45 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.20 |
| HSL | 132.84º | 0.98% | 0.4% | - |
| HSV(B) | 132.84º | 0.99% | 0.8% | - |
| XYZ | 21.85 | 42.91 | 9.61 | - |
| YUV | 124.89 | 82.91 | 40.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 203 | 45 | 0.99 | 0 | 0.78 | 0.20 | 132.84 | 0.98 | 0.4 |
| Hex | 2 | CB | 2D | 63 | 0 | 4E | 14 | 85 | 62 | 28 |
| Octal | 2 | 313 | 55 | 143 | 0 | 116 | 24 | 205 | 142 | 50 |
| Binary | 10 | 11001011 | 101101 | 1100011 | 0 | 1001110 | 10100 | 10000101 | 1100010 | 101000 |
Color Harmonies of #02CB2D
Complementary color
Monochromatic Colors of #02CB2D
Black with #02CB2D
Text Example
Text Example
White with #02CB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CB2D; }
p { color: rgb(2,203,45); }
H1.HeaderClassName
{
color: #02CB2D;
}
.AnyTagClassName
{
color: #02CB2D;
}
</style>
background-color css
<style>
a { background-color: #02CB2D; }
a { background-color: rgb(2,203,45); }
div.DivClassName
{
background-color: #02CB2D;
}
.BgClassName
{
background-color: #02CB2D;
}
</style>
border-color css
<style>
span { border-color: #02CB2D; }
span { border-color: rgb(2,203,45); }
td.TdClassName
{
border-color: #02CB2D;
}
.TagClassName
{
border-color: #02CB2D;
}
</style>