Shades of Dark Pastel Green #01B33C
Tints of Dark Pastel Green #01B33C
RGB
CMYK
RGB Variations
Color information
#01B33C (or 0x01B33C) is known color: Dark Pastel Green. HEX triplet: 01, B3 and 3C. RGB value is (1,179,60). Sum of RGB (Red+Green+Blue) = 1+179+60=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 179 (70.31% from 255 or 74.58% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 179 - color contains mainly: green. Hex color #01B33C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B33C is #FE4CC3. Grayscale: #707070. Windows color (decimal): -16665796 or 3977985. OLE color: 3977985.
HSL color Cylindrical-coordinate representation of color #01B33C: hue angle of 139.89º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B33C is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 1 | 179 | 60 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.30 |
| HSL | 139.89º | 0.99% | 0.35% | - |
| HSV(B) | 139.89º | 0.99% | 0.7% | - |
| XYZ | 16.95 | 32.57 | 9.67 | - |
| YUV | 112.21 | 98.53 | 48.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 179 | 60 | 0.99 | 0 | 0.66 | 0.30 | 139.89 | 0.99 | 0.35 |
| Hex | 1 | B3 | 3C | 63 | 0 | 42 | 1E | 8C | 63 | 23 |
| Octal | 1 | 263 | 74 | 143 | 0 | 102 | 36 | 214 | 143 | 43 |
| Binary | 1 | 10110011 | 111100 | 1100011 | 0 | 1000010 | 11110 | 10001100 | 1100011 | 100011 |
Color Harmonies of #01B33C
Complementary color
Monochromatic Colors of #01B33C
Black with #01B33C
Text Example
Text Example
White with #01B33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B33C; }
p { color: rgb(1,179,60); }
H1.HeaderClassName
{
color: #01B33C;
}
.AnyTagClassName
{
color: #01B33C;
}
</style>
background-color css
<style>
a { background-color: #01B33C; }
a { background-color: rgb(1,179,60); }
div.DivClassName
{
background-color: #01B33C;
}
.BgClassName
{
background-color: #01B33C;
}
</style>
border-color css
<style>
span { border-color: #01B33C; }
span { border-color: rgb(1,179,60); }
td.TdClassName
{
border-color: #01B33C;
}
.TagClassName
{
border-color: #01B33C;
}
</style>