Shades of Dark Pastel Green #01B748
Tints of Dark Pastel Green #01B748
RGB
CMYK
RGB Variations
Color information
#01B748 (or 0x01B748) is known color: Dark Pastel Green. HEX triplet: 01, B7 and 48. RGB value is (1,183,72). Sum of RGB (Red+Green+Blue) = 1+183+72=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 183 (71.88% from 255 or 71.48% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 183 - color contains mainly: green. Hex color #01B748 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B748 is #FE48B7. Grayscale: #747474. Windows color (decimal): -16664760 or 4765441. OLE color: 4765441.
HSL color Cylindrical-coordinate representation of color #01B748: hue angle of 143.41º 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 #01B748 is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 183 | 72 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.28 |
| HSL | 143.41º | 0.99% | 0.36% | - |
| HSV(B) | 143.41º | 0.99% | 0.72% | - |
| XYZ | 18.12 | 34.34 | 11.8 | - |
| YUV | 115.93 | 103.2 | 46.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 183 | 72 | 0.99 | 0 | 0.61 | 0.28 | 143.41 | 0.99 | 0.36 |
| Hex | 1 | B7 | 48 | 63 | 0 | 3D | 1C | 8F | 63 | 24 |
| Octal | 1 | 267 | 110 | 143 | 0 | 75 | 34 | 217 | 143 | 44 |
| Binary | 1 | 10110111 | 1001000 | 1100011 | 0 | 111101 | 11100 | 10001111 | 1100011 | 100100 |
Color Harmonies of #01B748
Complementary color
Monochromatic Colors of #01B748
Black with #01B748
Text Example
Text Example
White with #01B748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B748; }
p { color: rgb(1,183,72); }
H1.HeaderClassName
{
color: #01B748;
}
.AnyTagClassName
{
color: #01B748;
}
</style>
background-color css
<style>
a { background-color: #01B748; }
a { background-color: rgb(1,183,72); }
div.DivClassName
{
background-color: #01B748;
}
.BgClassName
{
background-color: #01B748;
}
</style>
border-color css
<style>
span { border-color: #01B748; }
span { border-color: rgb(1,183,72); }
td.TdClassName
{
border-color: #01B748;
}
.TagClassName
{
border-color: #01B748;
}
</style>