Shades of Dark Pastel Green #00C31A
Tints of Dark Pastel Green #00C31A
RGB
CMYK
RGB Variations
Color information
#00C31A (or 0x00C31A) is known color: Dark Pastel Green. HEX triplet: 00, C3 and 1A. RGB value is (0,195,26). Sum of RGB (Red+Green+Blue) = 0+195+26=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 195 (76.56% from 255 or 88.24% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 195 - color contains mainly: green. Hex color #00C31A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C31A is #FF3CE5. Grayscale: #757575. Windows color (decimal): -16727270 or 1753856. OLE color: 1753856.
HSL color Cylindrical-coordinate representation of color #00C31A: hue angle of 128º 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 #00C31A is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 195 | 26 | - |
| CMYK | 1 | 0 | 0.87 | 0.24 |
| HSL | 128º | 1% | 0.38% | - |
| HSV(B) | 128º | 1% | 0.76% | - |
| XYZ | 19.7 | 39.1 | 7.49 | - |
| YUV | 117.43 | 76.4 | 44.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 195 | 26 | 1 | 0 | 0.87 | 0.24 | 128 | 1 | 0.38 |
| Hex | 0 | C3 | 1A | 64 | 0 | 57 | 18 | 80 | 64 | 26 |
| Octal | 0 | 303 | 32 | 144 | 0 | 127 | 30 | 200 | 144 | 46 |
| Binary | 0 | 11000011 | 11010 | 1100100 | 0 | 1010111 | 11000 | 10000000 | 1100100 | 100110 |
Color Harmonies of #00C31A
Complementary color
Monochromatic Colors of #00C31A
Black with #00C31A
Text Example
Text Example
White with #00C31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C31A; }
p { color: rgb(0,195,26); }
H1.HeaderClassName
{
color: #00C31A;
}
.AnyTagClassName
{
color: #00C31A;
}
</style>
background-color css
<style>
a { background-color: #00C31A; }
a { background-color: rgb(0,195,26); }
div.DivClassName
{
background-color: #00C31A;
}
.BgClassName
{
background-color: #00C31A;
}
</style>
border-color css
<style>
span { border-color: #00C31A; }
span { border-color: rgb(0,195,26); }
td.TdClassName
{
border-color: #00C31A;
}
.TagClassName
{
border-color: #00C31A;
}
</style>