Shades of Dark Pastel Green #01B744
Tints of Dark Pastel Green #01B744
RGB
CMYK
RGB Variations
Color information
#01B744 (or 0x01B744) is known color: Dark Pastel Green. HEX triplet: 01, B7 and 44. RGB value is (1,183,68). Sum of RGB (Red+Green+Blue) = 1+183+68=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 183 (71.88% from 255 or 72.62% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 183 - color contains mainly: green. Hex color #01B744 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B744 is #FE48BB. Grayscale: #737373. Windows color (decimal): -16664764 or 4503297. OLE color: 4503297.
HSL color Cylindrical-coordinate representation of color #01B744: hue angle of 142.09º 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 #01B744 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 183 | 68 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.28 |
| HSL | 142.09º | 0.99% | 0.36% | - |
| HSV(B) | 142.09º | 0.99% | 0.72% | - |
| XYZ | 17.99 | 34.29 | 11.14 | - |
| YUV | 115.47 | 101.2 | 46.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 183 | 68 | 0.99 | 0 | 0.63 | 0.28 | 142.09 | 0.99 | 0.36 |
| Hex | 1 | B7 | 44 | 63 | 0 | 3F | 1C | 8E | 63 | 24 |
| Octal | 1 | 267 | 104 | 143 | 0 | 77 | 34 | 216 | 143 | 44 |
| Binary | 1 | 10110111 | 1000100 | 1100011 | 0 | 111111 | 11100 | 10001110 | 1100011 | 100100 |
Color Harmonies of #01B744
Complementary color
Monochromatic Colors of #01B744
Black with #01B744
Text Example
Text Example
White with #01B744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B744; }
p { color: rgb(1,183,68); }
H1.HeaderClassName
{
color: #01B744;
}
.AnyTagClassName
{
color: #01B744;
}
</style>
background-color css
<style>
a { background-color: #01B744; }
a { background-color: rgb(1,183,68); }
div.DivClassName
{
background-color: #01B744;
}
.BgClassName
{
background-color: #01B744;
}
</style>
border-color css
<style>
span { border-color: #01B744; }
span { border-color: rgb(1,183,68); }
td.TdClassName
{
border-color: #01B744;
}
.TagClassName
{
border-color: #01B744;
}
</style>