Shades of Dark Pastel Green #01D33E
Tints of Dark Pastel Green #01D33E
RGB
CMYK
RGB Variations
Color information
#01D33E (or 0x01D33E) is known color: Dark Pastel Green. HEX triplet: 01, D3 and 3E. RGB value is (1,211,62). Sum of RGB (Red+Green+Blue) = 1+211+62=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 211 (82.81% from 255 or 77.01% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 211 - color contains mainly: green. Hex color #01D33E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D33E is #FE2CC1. Grayscale: #838383. Windows color (decimal): -16657602 or 4117249. OLE color: 4117249.
HSL color Cylindrical-coordinate representation of color #01D33E: hue angle of 137.43º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D33E is Cyan = 1.00, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 211 | 62 | - |
| CMYK | 1.00 | 0 | 0.71 | 0.17 |
| HSL | 137.43º | 0.99% | 0.42% | - |
| HSV(B) | 137.43º | 1% | 0.83% | - |
| XYZ | 24.18 | 46.94 | 12.34 | - |
| YUV | 131.22 | 88.93 | 35.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 211 | 62 | 1.00 | 0 | 0.71 | 0.17 | 137.43 | 0.99 | 0.42 |
| Hex | 1 | D3 | 3E | 64 | 0 | 47 | 11 | 89 | 63 | 2A |
| Octal | 1 | 323 | 76 | 144 | 0 | 107 | 21 | 211 | 143 | 52 |
| Binary | 1 | 11010011 | 111110 | 1100100 | 0 | 1000111 | 10001 | 10001001 | 1100011 | 101010 |
Color Harmonies of #01D33E
Complementary color
Monochromatic Colors of #01D33E
Black with #01D33E
Text Example
Text Example
White with #01D33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D33E; }
p { color: rgb(1,211,62); }
H1.HeaderClassName
{
color: #01D33E;
}
.AnyTagClassName
{
color: #01D33E;
}
</style>
background-color css
<style>
a { background-color: #01D33E; }
a { background-color: rgb(1,211,62); }
div.DivClassName
{
background-color: #01D33E;
}
.BgClassName
{
background-color: #01D33E;
}
</style>
border-color css
<style>
span { border-color: #01D33E; }
span { border-color: rgb(1,211,62); }
td.TdClassName
{
border-color: #01D33E;
}
.TagClassName
{
border-color: #01D33E;
}
</style>