Shades of Dark Pastel Green #01B93D
Tints of Dark Pastel Green #01B93D
RGB
CMYK
RGB Variations
Color information
#01B93D (or 0x01B93D) is known color: Dark Pastel Green. HEX triplet: 01, B9 and 3D. RGB value is (1,185,61). Sum of RGB (Red+Green+Blue) = 1+185+61=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 185 (72.66% from 255 or 74.90% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 185 - color contains mainly: green. Hex color #01B93D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B93D is #FE46C2. Grayscale: #747474. Windows color (decimal): -16664259 or 4045057. OLE color: 4045057.
HSL color Cylindrical-coordinate representation of color #01B93D: hue angle of 139.57º 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 #01B93D is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 185 | 61 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.27 |
| HSL | 139.57º | 0.99% | 0.36% | - |
| HSV(B) | 139.57º | 0.99% | 0.73% | - |
| XYZ | 18.2 | 35.04 | 10.22 | - |
| YUV | 115.85 | 97.04 | 46.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 185 | 61 | 0.99 | 0 | 0.67 | 0.27 | 139.57 | 0.99 | 0.36 |
| Hex | 1 | B9 | 3D | 63 | 0 | 43 | 1B | 8C | 63 | 24 |
| Octal | 1 | 271 | 75 | 143 | 0 | 103 | 33 | 214 | 143 | 44 |
| Binary | 1 | 10111001 | 111101 | 1100011 | 0 | 1000011 | 11011 | 10001100 | 1100011 | 100100 |
Color Harmonies of #01B93D
Complementary color
Monochromatic Colors of #01B93D
Black with #01B93D
Text Example
Text Example
White with #01B93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B93D; }
p { color: rgb(1,185,61); }
H1.HeaderClassName
{
color: #01B93D;
}
.AnyTagClassName
{
color: #01B93D;
}
</style>
background-color css
<style>
a { background-color: #01B93D; }
a { background-color: rgb(1,185,61); }
div.DivClassName
{
background-color: #01B93D;
}
.BgClassName
{
background-color: #01B93D;
}
</style>
border-color css
<style>
span { border-color: #01B93D; }
span { border-color: rgb(1,185,61); }
td.TdClassName
{
border-color: #01B93D;
}
.TagClassName
{
border-color: #01B93D;
}
</style>