Shades of Dark Pastel Green #00D92A
Tints of Dark Pastel Green #00D92A
RGB
CMYK
RGB Variations
Color information
#00D92A (or 0x00D92A) is known color: Dark Pastel Green. HEX triplet: 00, D9 and 2A. RGB value is (0,217,42). Sum of RGB (Red+Green+Blue) = 0+217+42=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 217 (85.16% from 255 or 83.78% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 217 - color contains mainly: green. Hex color #00D92A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D92A is #FF26D5. Grayscale: #848484. Windows color (decimal): -16721622 or 2808064. OLE color: 2808064.
HSL color Cylindrical-coordinate representation of color #00D92A: hue angle of 131.61º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D92A is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 217 | 42 | - |
| CMYK | 1 | 0 | 0.81 | 0.15 |
| HSL | 131.61º | 1% | 0.43% | - |
| HSV(B) | 131.61º | 1% | 0.85% | - |
| XYZ | 25.23 | 49.79 | 10.47 | - |
| YUV | 132.17 | 77.11 | 33.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 217 | 42 | 1 | 0 | 0.81 | 0.15 | 131.61 | 1 | 0.43 |
| Hex | 0 | D9 | 2A | 64 | 0 | 51 | F | 84 | 64 | 2B |
| Octal | 0 | 331 | 52 | 144 | 0 | 121 | 17 | 204 | 144 | 53 |
| Binary | 0 | 11011001 | 101010 | 1100100 | 0 | 1010001 | 1111 | 10000100 | 1100100 | 101011 |
Color Harmonies of #00D92A
Complementary color
Monochromatic Colors of #00D92A
Black with #00D92A
Text Example
Text Example
White with #00D92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D92A; }
p { color: rgb(0,217,42); }
H1.HeaderClassName
{
color: #00D92A;
}
.AnyTagClassName
{
color: #00D92A;
}
</style>
background-color css
<style>
a { background-color: #00D92A; }
a { background-color: rgb(0,217,42); }
div.DivClassName
{
background-color: #00D92A;
}
.BgClassName
{
background-color: #00D92A;
}
</style>
border-color css
<style>
span { border-color: #00D92A; }
span { border-color: rgb(0,217,42); }
td.TdClassName
{
border-color: #00D92A;
}
.TagClassName
{
border-color: #00D92A;
}
</style>