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