Shades of Dark Pastel Green #00D33C
Tints of Dark Pastel Green #00D33C
RGB
CMYK
RGB Variations
Color information
#00D33C (or 0x00D33C) is known color: Dark Pastel Green. HEX triplet: 00, D3 and 3C. RGB value is (0,211,60). Sum of RGB (Red+Green+Blue) = 0+211+60=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 211 (82.81% from 255 or 77.86% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 211 - color contains mainly: green. Hex color #00D33C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D33C is #FF2CC3. Grayscale: #838383. Windows color (decimal): -16723140 or 3986176. OLE color: 3986176.
HSL color Cylindrical-coordinate representation of color #00D33C: hue angle of 137.06º 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 #00D33C is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 211 | 60 | - |
| CMYK | 1 | 0 | 0.72 | 0.17 |
| HSL | 137.06º | 1% | 0.41% | - |
| HSV(B) | 137.06º | 1% | 0.83% | - |
| XYZ | 24.11 | 46.91 | 12.06 | - |
| YUV | 130.7 | 88.1 | 34.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 211 | 60 | 1 | 0 | 0.72 | 0.17 | 137.06 | 1 | 0.41 |
| Hex | 0 | D3 | 3C | 64 | 0 | 48 | 11 | 89 | 64 | 29 |
| Octal | 0 | 323 | 74 | 144 | 0 | 110 | 21 | 211 | 144 | 51 |
| Binary | 0 | 11010011 | 111100 | 1100100 | 0 | 1001000 | 10001 | 10001001 | 1100100 | 101001 |
Color Harmonies of #00D33C
Complementary color
Monochromatic Colors of #00D33C
Black with #00D33C
Text Example
Text Example
White with #00D33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D33C; }
p { color: rgb(0,211,60); }
H1.HeaderClassName
{
color: #00D33C;
}
.AnyTagClassName
{
color: #00D33C;
}
</style>
background-color css
<style>
a { background-color: #00D33C; }
a { background-color: rgb(0,211,60); }
div.DivClassName
{
background-color: #00D33C;
}
.BgClassName
{
background-color: #00D33C;
}
</style>
border-color css
<style>
span { border-color: #00D33C; }
span { border-color: rgb(0,211,60); }
td.TdClassName
{
border-color: #00D33C;
}
.TagClassName
{
border-color: #00D33C;
}
</style>