Shades of Dark Pastel Green #00C326
Tints of Dark Pastel Green #00C326
RGB
CMYK
RGB Variations
Color information
#00C326 (or 0x00C326) is known color: Dark Pastel Green. HEX triplet: 00, C3 and 26. RGB value is (0,195,38). Sum of RGB (Red+Green+Blue) = 0+195+38=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 195 (76.56% from 255 or 83.69% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 195 - color contains mainly: green. Hex color #00C326 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C326 is #FF3CD9. Grayscale: #777777. Windows color (decimal): -16727258 or 2540288. OLE color: 2540288.
HSL color Cylindrical-coordinate representation of color #00C326: hue angle of 131.69º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C326 is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 195 | 38 | - |
| CMYK | 1 | 0 | 0.81 | 0.24 |
| HSL | 131.69º | 1% | 0.38% | - |
| HSV(B) | 131.69º | 1% | 0.76% | - |
| XYZ | 19.86 | 39.17 | 8.35 | - |
| YUV | 118.8 | 82.4 | 43.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 195 | 38 | 1 | 0 | 0.81 | 0.24 | 131.69 | 1 | 0.38 |
| Hex | 0 | C3 | 26 | 64 | 0 | 51 | 18 | 84 | 64 | 26 |
| Octal | 0 | 303 | 46 | 144 | 0 | 121 | 30 | 204 | 144 | 46 |
| Binary | 0 | 11000011 | 100110 | 1100100 | 0 | 1010001 | 11000 | 10000100 | 1100100 | 100110 |
Color Harmonies of #00C326
Complementary color
Monochromatic Colors of #00C326
Black with #00C326
Text Example
Text Example
White with #00C326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C326; }
p { color: rgb(0,195,38); }
H1.HeaderClassName
{
color: #00C326;
}
.AnyTagClassName
{
color: #00C326;
}
</style>
background-color css
<style>
a { background-color: #00C326; }
a { background-color: rgb(0,195,38); }
div.DivClassName
{
background-color: #00C326;
}
.BgClassName
{
background-color: #00C326;
}
</style>
border-color css
<style>
span { border-color: #00C326; }
span { border-color: rgb(0,195,38); }
td.TdClassName
{
border-color: #00C326;
}
.TagClassName
{
border-color: #00C326;
}
</style>