Shades of Dark Pastel Green #00DF2B
Tints of Dark Pastel Green #00DF2B
RGB
CMYK
RGB Variations
Color information
#00DF2B (or 0x00DF2B) is known color: Dark Pastel Green. HEX triplet: 00, DF and 2B. RGB value is (0,223,43). Sum of RGB (Red+Green+Blue) = 0+223+43=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 223 (87.5% from 255 or 83.83% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 223 - color contains mainly: green. Hex color #00DF2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00DF2B is #FF20D4. Grayscale: #888888. Windows color (decimal): -16720085 or 2875136. OLE color: 2875136.
HSL color Cylindrical-coordinate representation of color #00DF2B: hue angle of 131.57º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DF2B is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 223 | 43 | - |
| CMYK | 1 | 0 | 0.81 | 0.13 |
| HSL | 131.57º | 1% | 0.44% | - |
| HSV(B) | 131.57º | 1% | 0.87% | - |
| XYZ | 26.82 | 52.95 | 11.09 | - |
| YUV | 135.8 | 75.62 | 31.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 223 | 43 | 1 | 0 | 0.81 | 0.13 | 131.57 | 1 | 0.44 |
| Hex | 0 | DF | 2B | 64 | 0 | 51 | D | 84 | 64 | 2C |
| Octal | 0 | 337 | 53 | 144 | 0 | 121 | 15 | 204 | 144 | 54 |
| Binary | 0 | 11011111 | 101011 | 1100100 | 0 | 1010001 | 1101 | 10000100 | 1100100 | 101100 |
Color Harmonies of #00DF2B
Complementary color
Monochromatic Colors of #00DF2B
Black with #00DF2B
Text Example
Text Example
White with #00DF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DF2B; }
p { color: rgb(0,223,43); }
H1.HeaderClassName
{
color: #00DF2B;
}
.AnyTagClassName
{
color: #00DF2B;
}
</style>
background-color css
<style>
a { background-color: #00DF2B; }
a { background-color: rgb(0,223,43); }
div.DivClassName
{
background-color: #00DF2B;
}
.BgClassName
{
background-color: #00DF2B;
}
</style>
border-color css
<style>
span { border-color: #00DF2B; }
span { border-color: rgb(0,223,43); }
td.TdClassName
{
border-color: #00DF2B;
}
.TagClassName
{
border-color: #00DF2B;
}
</style>