Shades of Dark Pastel Green #00B223
Tints of Dark Pastel Green #00B223
RGB
CMYK
RGB Variations
Color information
#00B223 (or 0x00B223) is known color: Dark Pastel Green. HEX triplet: 00, B2 and 23. RGB value is (0,178,35). Sum of RGB (Red+Green+Blue) = 0+178+35=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 178 (69.92% from 255 or 83.57% from 213); Blue value is 35 (14.06% from 255 or 16.43% from 213); Max value from RGB is 178 - color contains mainly: green. Hex color #00B223 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00B223 is #FF4DDC. Grayscale: #6C6C6C. Windows color (decimal): -16731613 or 2339328. OLE color: 2339328.
HSL color Cylindrical-coordinate representation of color #00B223: hue angle of 131.8º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B223 is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 178 | 35 | - |
| CMYK | 1 | 0 | 0.80 | 0.30 |
| HSL | 131.8º | 1% | 0.35% | - |
| HSV(B) | 131.8º | 1% | 0.7% | - |
| XYZ | 16.22 | 31.96 | 6.9 | - |
| YUV | 108.48 | 86.53 | 50.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 178 | 35 | 1 | 0 | 0.80 | 0.30 | 131.8 | 1 | 0.35 |
| Hex | 0 | B2 | 23 | 64 | 0 | 50 | 1E | 84 | 64 | 23 |
| Octal | 0 | 262 | 43 | 144 | 0 | 120 | 36 | 204 | 144 | 43 |
| Binary | 0 | 10110010 | 100011 | 1100100 | 0 | 1010000 | 11110 | 10000100 | 1100100 | 100011 |
Color Harmonies of #00B223
Complementary color
Monochromatic Colors of #00B223
Black with #00B223
Text Example
Text Example
White with #00B223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B223; }
p { color: rgb(0,178,35); }
H1.HeaderClassName
{
color: #00B223;
}
.AnyTagClassName
{
color: #00B223;
}
</style>
background-color css
<style>
a { background-color: #00B223; }
a { background-color: rgb(0,178,35); }
div.DivClassName
{
background-color: #00B223;
}
.BgClassName
{
background-color: #00B223;
}
</style>
border-color css
<style>
span { border-color: #00B223; }
span { border-color: rgb(0,178,35); }
td.TdClassName
{
border-color: #00B223;
}
.TagClassName
{
border-color: #00B223;
}
</style>