Shades of Dark Pastel Green #00D62F
Tints of Dark Pastel Green #00D62F
RGB
CMYK
RGB Variations
Color information
#00D62F (or 0x00D62F) is known color: Dark Pastel Green. HEX triplet: 00, D6 and 2F. RGB value is (0,214,47). Sum of RGB (Red+Green+Blue) = 0+214+47=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 214 (83.98% from 255 or 81.99% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 214 - color contains mainly: green. Hex color #00D62F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D62F is #FF29D0. Grayscale: #838383. Windows color (decimal): -16722385 or 3134976. OLE color: 3134976.
HSL color Cylindrical-coordinate representation of color #00D62F: hue angle of 133.18º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D62F is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 214 | 47 | - |
| CMYK | 1 | 0 | 0.78 | 0.16 |
| HSL | 133.18º | 1% | 0.42% | - |
| HSV(B) | 133.18º | 1% | 0.84% | - |
| XYZ | 24.56 | 48.3 | 10.72 | - |
| YUV | 130.98 | 80.6 | 34.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 214 | 47 | 1 | 0 | 0.78 | 0.16 | 133.18 | 1 | 0.42 |
| Hex | 0 | D6 | 2F | 64 | 0 | 4E | 10 | 85 | 64 | 2A |
| Octal | 0 | 326 | 57 | 144 | 0 | 116 | 20 | 205 | 144 | 52 |
| Binary | 0 | 11010110 | 101111 | 1100100 | 0 | 1001110 | 10000 | 10000101 | 1100100 | 101010 |
Color Harmonies of #00D62F
Complementary color
Monochromatic Colors of #00D62F
Black with #00D62F
Text Example
Text Example
White with #00D62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D62F; }
p { color: rgb(0,214,47); }
H1.HeaderClassName
{
color: #00D62F;
}
.AnyTagClassName
{
color: #00D62F;
}
</style>
background-color css
<style>
a { background-color: #00D62F; }
a { background-color: rgb(0,214,47); }
div.DivClassName
{
background-color: #00D62F;
}
.BgClassName
{
background-color: #00D62F;
}
</style>
border-color css
<style>
span { border-color: #00D62F; }
span { border-color: rgb(0,214,47); }
td.TdClassName
{
border-color: #00D62F;
}
.TagClassName
{
border-color: #00D62F;
}
</style>