Shades of Dark Pastel Green #01B940
Tints of Dark Pastel Green #01B940
RGB
CMYK
RGB Variations
Color information
#01B940 (or 0x01B940) is known color: Dark Pastel Green. HEX triplet: 01, B9 and 40. RGB value is (1,185,64). Sum of RGB (Red+Green+Blue) = 1+185+64=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 185 (72.66% from 255 or 74% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 185 - color contains mainly: green. Hex color #01B940 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B940 is #FE46BF. Grayscale: #747474. Windows color (decimal): -16664256 or 4241665. OLE color: 4241665.
HSL color Cylindrical-coordinate representation of color #01B940: hue angle of 140.54º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B940 is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 185 | 64 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.27 |
| HSL | 140.54º | 0.99% | 0.36% | - |
| HSV(B) | 140.54º | 0.99% | 0.73% | - |
| XYZ | 18.29 | 35.07 | 10.66 | - |
| YUV | 116.19 | 98.54 | 45.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 185 | 64 | 0.99 | 0 | 0.65 | 0.27 | 140.54 | 0.99 | 0.36 |
| Hex | 1 | B9 | 40 | 63 | 0 | 41 | 1B | 8D | 63 | 24 |
| Octal | 1 | 271 | 100 | 143 | 0 | 101 | 33 | 215 | 143 | 44 |
| Binary | 1 | 10111001 | 1000000 | 1100011 | 0 | 1000001 | 11011 | 10001101 | 1100011 | 100100 |
Color Harmonies of #01B940
Complementary color
Monochromatic Colors of #01B940
Black with #01B940
Text Example
Text Example
White with #01B940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B940; }
p { color: rgb(1,185,64); }
H1.HeaderClassName
{
color: #01B940;
}
.AnyTagClassName
{
color: #01B940;
}
</style>
background-color css
<style>
a { background-color: #01B940; }
a { background-color: rgb(1,185,64); }
div.DivClassName
{
background-color: #01B940;
}
.BgClassName
{
background-color: #01B940;
}
</style>
border-color css
<style>
span { border-color: #01B940; }
span { border-color: rgb(1,185,64); }
td.TdClassName
{
border-color: #01B940;
}
.TagClassName
{
border-color: #01B940;
}
</style>