Shades of Dark Pastel Green #00B63C
Tints of Dark Pastel Green #00B63C
RGB
CMYK
RGB Variations
Color information
#00B63C (or 0x00B63C) is known color: Dark Pastel Green. HEX triplet: 00, B6 and 3C. RGB value is (0,182,60). Sum of RGB (Red+Green+Blue) = 0+182+60=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 182 (71.48% from 255 or 75.21% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 182 - color contains mainly: green. Hex color #00B63C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B63C is #FF49C3. Grayscale: #717171. Windows color (decimal): -16730564 or 3978752. OLE color: 3978752.
HSL color Cylindrical-coordinate representation of color #00B63C: hue angle of 139.78º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B63C is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 182 | 60 | - |
| CMYK | 1 | 0 | 0.67 | 0.29 |
| HSL | 139.78º | 1% | 0.36% | - |
| HSV(B) | 139.78º | 1% | 0.71% | - |
| XYZ | 17.54 | 33.78 | 9.87 | - |
| YUV | 113.67 | 97.7 | 46.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 182 | 60 | 1 | 0 | 0.67 | 0.29 | 139.78 | 1 | 0.36 |
| Hex | 0 | B6 | 3C | 64 | 0 | 43 | 1D | 8C | 64 | 24 |
| Octal | 0 | 266 | 74 | 144 | 0 | 103 | 35 | 214 | 144 | 44 |
| Binary | 0 | 10110110 | 111100 | 1100100 | 0 | 1000011 | 11101 | 10001100 | 1100100 | 100100 |
Color Harmonies of #00B63C
Complementary color
Monochromatic Colors of #00B63C
Black with #00B63C
Text Example
Text Example
White with #00B63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B63C; }
p { color: rgb(0,182,60); }
H1.HeaderClassName
{
color: #00B63C;
}
.AnyTagClassName
{
color: #00B63C;
}
</style>
background-color css
<style>
a { background-color: #00B63C; }
a { background-color: rgb(0,182,60); }
div.DivClassName
{
background-color: #00B63C;
}
.BgClassName
{
background-color: #00B63C;
}
</style>
border-color css
<style>
span { border-color: #00B63C; }
span { border-color: rgb(0,182,60); }
td.TdClassName
{
border-color: #00B63C;
}
.TagClassName
{
border-color: #00B63C;
}
</style>