Shades of Dark Pastel Green #01B43C
Tints of Dark Pastel Green #01B43C
RGB
CMYK
RGB Variations
Color information
#01B43C (or 0x01B43C) is known color: Dark Pastel Green. HEX triplet: 01, B4 and 3C. RGB value is (1,180,60). Sum of RGB (Red+Green+Blue) = 1+180+60=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 180 (70.70% from 255 or 74.69% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 180 - color contains mainly: green. Hex color #01B43C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B43C is #FE4BC3. Grayscale: #717171. Windows color (decimal): -16665540 or 3978241. OLE color: 3978241.
HSL color Cylindrical-coordinate representation of color #01B43C: hue angle of 139.78º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B43C is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 180 | 60 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.29 |
| HSL | 139.78º | 0.99% | 0.35% | - |
| HSV(B) | 139.78º | 0.99% | 0.71% | - |
| XYZ | 17.15 | 32.98 | 9.74 | - |
| YUV | 112.8 | 98.2 | 48.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 180 | 60 | 0.99 | 0 | 0.67 | 0.29 | 139.78 | 0.99 | 0.35 |
| Hex | 1 | B4 | 3C | 63 | 0 | 43 | 1D | 8C | 63 | 23 |
| Octal | 1 | 264 | 74 | 143 | 0 | 103 | 35 | 214 | 143 | 43 |
| Binary | 1 | 10110100 | 111100 | 1100011 | 0 | 1000011 | 11101 | 10001100 | 1100011 | 100011 |
Color Harmonies of #01B43C
Complementary color
Monochromatic Colors of #01B43C
Black with #01B43C
Text Example
Text Example
White with #01B43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B43C; }
p { color: rgb(1,180,60); }
H1.HeaderClassName
{
color: #01B43C;
}
.AnyTagClassName
{
color: #01B43C;
}
</style>
background-color css
<style>
a { background-color: #01B43C; }
a { background-color: rgb(1,180,60); }
div.DivClassName
{
background-color: #01B43C;
}
.BgClassName
{
background-color: #01B43C;
}
</style>
border-color css
<style>
span { border-color: #01B43C; }
span { border-color: rgb(1,180,60); }
td.TdClassName
{
border-color: #01B43C;
}
.TagClassName
{
border-color: #01B43C;
}
</style>