Shades of Dark Pastel Green #00D339
Tints of Dark Pastel Green #00D339
RGB
CMYK
RGB Variations
Color information
#00D339 (or 0x00D339) is known color: Dark Pastel Green. HEX triplet: 00, D3 and 39. RGB value is (0,211,57). Sum of RGB (Red+Green+Blue) = 0+211+57=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 211 (82.81% from 255 or 78.73% from 268); Blue value is 57 (22.66% from 255 or 21.27% from 268); Max value from RGB is 211 - color contains mainly: green. Hex color #00D339 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D339 is #FF2CC6. Grayscale: #828282. Windows color (decimal): -16723143 or 3789568. OLE color: 3789568.
HSL color Cylindrical-coordinate representation of color #00D339: hue angle of 136.21º 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 #00D339 is Cyan = 1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 211 | 57 | - |
| CMYK | 1 | 0 | 0.73 | 0.17 |
| HSL | 136.21º | 1% | 0.41% | - |
| HSV(B) | 136.21º | 1% | 0.83% | - |
| XYZ | 24.03 | 46.88 | 11.65 | - |
| YUV | 130.36 | 86.6 | 35.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 211 | 57 | 1 | 0 | 0.73 | 0.17 | 136.21 | 1 | 0.41 |
| Hex | 0 | D3 | 39 | 64 | 0 | 49 | 11 | 88 | 64 | 29 |
| Octal | 0 | 323 | 71 | 144 | 0 | 111 | 21 | 210 | 144 | 51 |
| Binary | 0 | 11010011 | 111001 | 1100100 | 0 | 1001001 | 10001 | 10001000 | 1100100 | 101001 |
Color Harmonies of #00D339
Complementary color
Monochromatic Colors of #00D339
Black with #00D339
Text Example
Text Example
White with #00D339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D339; }
p { color: rgb(0,211,57); }
H1.HeaderClassName
{
color: #00D339;
}
.AnyTagClassName
{
color: #00D339;
}
</style>
background-color css
<style>
a { background-color: #00D339; }
a { background-color: rgb(0,211,57); }
div.DivClassName
{
background-color: #00D339;
}
.BgClassName
{
background-color: #00D339;
}
</style>
border-color css
<style>
span { border-color: #00D339; }
span { border-color: rgb(0,211,57); }
td.TdClassName
{
border-color: #00D339;
}
.TagClassName
{
border-color: #00D339;
}
</style>