Shades of Dark Pastel Green #01B83C
Tints of Dark Pastel Green #01B83C
RGB
CMYK
RGB Variations
Color information
#01B83C (or 0x01B83C) is known color: Dark Pastel Green. HEX triplet: 01, B8 and 3C. RGB value is (1,184,60). Sum of RGB (Red+Green+Blue) = 1+184+60=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 184 (72.27% from 255 or 75.10% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 184 - color contains mainly: green. Hex color #01B83C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B83C is #FE47C3. Grayscale: #737373. Windows color (decimal): -16664516 or 3979265. OLE color: 3979265.
HSL color Cylindrical-coordinate representation of color #01B83C: hue angle of 139.34º 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 #01B83C is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 184 | 60 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.28 |
| HSL | 139.34º | 0.99% | 0.36% | - |
| HSV(B) | 139.34º | 0.99% | 0.72% | - |
| XYZ | 17.97 | 34.61 | 10.01 | - |
| YUV | 115.15 | 96.87 | 46.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 184 | 60 | 0.99 | 0 | 0.67 | 0.28 | 139.34 | 0.99 | 0.36 |
| Hex | 1 | B8 | 3C | 63 | 0 | 43 | 1C | 8B | 63 | 24 |
| Octal | 1 | 270 | 74 | 143 | 0 | 103 | 34 | 213 | 143 | 44 |
| Binary | 1 | 10111000 | 111100 | 1100011 | 0 | 1000011 | 11100 | 10001011 | 1100011 | 100100 |
Color Harmonies of #01B83C
Complementary color
Monochromatic Colors of #01B83C
Black with #01B83C
Text Example
Text Example
White with #01B83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B83C; }
p { color: rgb(1,184,60); }
H1.HeaderClassName
{
color: #01B83C;
}
.AnyTagClassName
{
color: #01B83C;
}
</style>
background-color css
<style>
a { background-color: #01B83C; }
a { background-color: rgb(1,184,60); }
div.DivClassName
{
background-color: #01B83C;
}
.BgClassName
{
background-color: #01B83C;
}
</style>
border-color css
<style>
span { border-color: #01B83C; }
span { border-color: rgb(1,184,60); }
td.TdClassName
{
border-color: #01B83C;
}
.TagClassName
{
border-color: #01B83C;
}
</style>