Shades of Dark Pastel Green #01B741
Tints of Dark Pastel Green #01B741
RGB
CMYK
RGB Variations
Color information
#01B741 (or 0x01B741) is known color: Dark Pastel Green. HEX triplet: 01, B7 and 41. RGB value is (1,183,65). Sum of RGB (Red+Green+Blue) = 1+183+65=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 183 (71.88% from 255 or 73.49% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 183 - color contains mainly: green. Hex color #01B741 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B741 is #FE48BE. Grayscale: #737373. Windows color (decimal): -16664767 or 4306689. OLE color: 4306689.
HSL color Cylindrical-coordinate representation of color #01B741: hue angle of 141.1º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B741 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 183 | 65 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.28 |
| HSL | 141.1º | 0.99% | 0.36% | - |
| HSV(B) | 141.1º | 0.99% | 0.72% | - |
| XYZ | 17.9 | 34.26 | 10.67 | - |
| YUV | 115.13 | 99.7 | 46.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 183 | 65 | 0.99 | 0 | 0.64 | 0.28 | 141.1 | 0.99 | 0.36 |
| Hex | 1 | B7 | 41 | 63 | 0 | 40 | 1C | 8D | 63 | 24 |
| Octal | 1 | 267 | 101 | 143 | 0 | 100 | 34 | 215 | 143 | 44 |
| Binary | 1 | 10110111 | 1000001 | 1100011 | 0 | 1000000 | 11100 | 10001101 | 1100011 | 100100 |
Color Harmonies of #01B741
Complementary color
Monochromatic Colors of #01B741
Black with #01B741
Text Example
Text Example
White with #01B741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B741; }
p { color: rgb(1,183,65); }
H1.HeaderClassName
{
color: #01B741;
}
.AnyTagClassName
{
color: #01B741;
}
</style>
background-color css
<style>
a { background-color: #01B741; }
a { background-color: rgb(1,183,65); }
div.DivClassName
{
background-color: #01B741;
}
.BgClassName
{
background-color: #01B741;
}
</style>
border-color css
<style>
span { border-color: #01B741; }
span { border-color: rgb(1,183,65); }
td.TdClassName
{
border-color: #01B741;
}
.TagClassName
{
border-color: #01B741;
}
</style>