Shades of Dark Pastel Green #01CB23
Tints of Dark Pastel Green #01CB23
RGB
CMYK
RGB Variations
Color information
#01CB23 (or 0x01CB23) is known color: Dark Pastel Green. HEX triplet: 01, CB and 23. RGB value is (1,203,35). Sum of RGB (Red+Green+Blue) = 1+203+35=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 203 (79.69% from 255 or 84.94% from 239); Blue value is 35 (14.06% from 255 or 14.64% from 239); Max value from RGB is 203 - color contains mainly: green. Hex color #01CB23 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01CB23 is #FE34DC. Grayscale: #7B7B7B. Windows color (decimal): -16659677 or 2345729. OLE color: 2345729.
HSL color Cylindrical-coordinate representation of color #01CB23: hue angle of 130.1º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CB23 is Cyan = 1.00, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 203 | 35 | - |
| CMYK | 1.00 | 0 | 0.83 | 0.20 |
| HSL | 130.1º | 0.99% | 0.4% | - |
| HSV(B) | 130.1º | 1% | 0.8% | - |
| XYZ | 21.67 | 42.84 | 8.72 | - |
| YUV | 123.45 | 78.08 | 40.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 203 | 35 | 1.00 | 0 | 0.83 | 0.20 | 130.1 | 0.99 | 0.4 |
| Hex | 1 | CB | 23 | 64 | 0 | 53 | 14 | 82 | 63 | 28 |
| Octal | 1 | 313 | 43 | 144 | 0 | 123 | 24 | 202 | 143 | 50 |
| Binary | 1 | 11001011 | 100011 | 1100100 | 0 | 1010011 | 10100 | 10000010 | 1100011 | 101000 |
Color Harmonies of #01CB23
Complementary color
Monochromatic Colors of #01CB23
Black with #01CB23
Text Example
Text Example
White with #01CB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CB23; }
p { color: rgb(1,203,35); }
H1.HeaderClassName
{
color: #01CB23;
}
.AnyTagClassName
{
color: #01CB23;
}
</style>
background-color css
<style>
a { background-color: #01CB23; }
a { background-color: rgb(1,203,35); }
div.DivClassName
{
background-color: #01CB23;
}
.BgClassName
{
background-color: #01CB23;
}
</style>
border-color css
<style>
span { border-color: #01CB23; }
span { border-color: rgb(1,203,35); }
td.TdClassName
{
border-color: #01CB23;
}
.TagClassName
{
border-color: #01CB23;
}
</style>