Shades of Dark Pastel Green #00D31B
Tints of Dark Pastel Green #00D31B
RGB
CMYK
RGB Variations
Color information
#00D31B (or 0x00D31B) is known color: Dark Pastel Green. HEX triplet: 00, D3 and 1B. RGB value is (0,211,27). Sum of RGB (Red+Green+Blue) = 0+211+27=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 211 (82.81% from 255 or 88.66% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 211 - color contains mainly: green. Hex color #00D31B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D31B is #FF2CE4. Grayscale: #7F7F7F. Windows color (decimal): -16723173 or 1823488. OLE color: 1823488.
HSL color Cylindrical-coordinate representation of color #00D31B: hue angle of 127.68º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D31B is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 211 | 27 | - |
| CMYK | 1 | 0 | 0.87 | 0.17 |
| HSL | 127.68º | 1% | 0.41% | - |
| HSV(B) | 127.68º | 1% | 0.83% | - |
| XYZ | 23.49 | 46.67 | 8.81 | - |
| YUV | 126.94 | 71.6 | 37.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 211 | 27 | 1 | 0 | 0.87 | 0.17 | 127.68 | 1 | 0.41 |
| Hex | 0 | D3 | 1B | 64 | 0 | 57 | 11 | 80 | 64 | 29 |
| Octal | 0 | 323 | 33 | 144 | 0 | 127 | 21 | 200 | 144 | 51 |
| Binary | 0 | 11010011 | 11011 | 1100100 | 0 | 1010111 | 10001 | 10000000 | 1100100 | 101001 |
Color Harmonies of #00D31B
Complementary color
Monochromatic Colors of #00D31B
Black with #00D31B
Text Example
Text Example
White with #00D31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D31B; }
p { color: rgb(0,211,27); }
H1.HeaderClassName
{
color: #00D31B;
}
.AnyTagClassName
{
color: #00D31B;
}
</style>
background-color css
<style>
a { background-color: #00D31B; }
a { background-color: rgb(0,211,27); }
div.DivClassName
{
background-color: #00D31B;
}
.BgClassName
{
background-color: #00D31B;
}
</style>
border-color css
<style>
span { border-color: #00D31B; }
span { border-color: rgb(0,211,27); }
td.TdClassName
{
border-color: #00D31B;
}
.TagClassName
{
border-color: #00D31B;
}
</style>