Shades of Dark Pastel Green #01B825
Tints of Dark Pastel Green #01B825
RGB
CMYK
RGB Variations
Color information
#01B825 (or 0x01B825) is known color: Dark Pastel Green. HEX triplet: 01, B8 and 25. RGB value is (1,184,37). Sum of RGB (Red+Green+Blue) = 1+184+37=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 184 (72.27% from 255 or 82.88% from 222); Blue value is 37 (14.84% from 255 or 16.67% from 222); Max value from RGB is 184 - color contains mainly: green. Hex color #01B825 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B825 is #FE47DA. Grayscale: #707070. Windows color (decimal): -16664539 or 2471937. OLE color: 2471937.
HSL color Cylindrical-coordinate representation of color #01B825: hue angle of 131.8º 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 #01B825 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 184 | 37 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.28 |
| HSL | 131.8º | 0.99% | 0.36% | - |
| HSV(B) | 131.8º | 0.99% | 0.72% | - |
| XYZ | 17.49 | 34.42 | 7.47 | - |
| YUV | 112.53 | 85.37 | 48.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 184 | 37 | 0.99 | 0 | 0.80 | 0.28 | 131.8 | 0.99 | 0.36 |
| Hex | 1 | B8 | 25 | 63 | 0 | 50 | 1C | 84 | 63 | 24 |
| Octal | 1 | 270 | 45 | 143 | 0 | 120 | 34 | 204 | 143 | 44 |
| Binary | 1 | 10111000 | 100101 | 1100011 | 0 | 1010000 | 11100 | 10000100 | 1100011 | 100100 |
Color Harmonies of #01B825
Complementary color
Monochromatic Colors of #01B825
Black with #01B825
Text Example
Text Example
White with #01B825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B825; }
p { color: rgb(1,184,37); }
H1.HeaderClassName
{
color: #01B825;
}
.AnyTagClassName
{
color: #01B825;
}
</style>
background-color css
<style>
a { background-color: #01B825; }
a { background-color: rgb(1,184,37); }
div.DivClassName
{
background-color: #01B825;
}
.BgClassName
{
background-color: #01B825;
}
</style>
border-color css
<style>
span { border-color: #01B825; }
span { border-color: rgb(1,184,37); }
td.TdClassName
{
border-color: #01B825;
}
.TagClassName
{
border-color: #01B825;
}
</style>