Shades of Dark Pastel Green #00C231
Tints of Dark Pastel Green #00C231
RGB
CMYK
RGB Variations
Color information
#00C231 (or 0x00C231) is known color: Dark Pastel Green. HEX triplet: 00, C2 and 31. RGB value is (0,194,49). Sum of RGB (Red+Green+Blue) = 0+194+49=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 194 (76.17% from 255 or 79.84% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 194 - color contains mainly: green. Hex color #00C231 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C231 is #FF3DCE. Grayscale: #777777. Windows color (decimal): -16727503 or 3260928. OLE color: 3260928.
HSL color Cylindrical-coordinate representation of color #00C231: hue angle of 135.15º 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 #00C231 is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 194 | 49 | - |
| CMYK | 1 | 0 | 0.75 | 0.24 |
| HSL | 135.15º | 1% | 0.38% | - |
| HSV(B) | 135.15º | 1% | 0.76% | - |
| XYZ | 19.85 | 38.81 | 9.35 | - |
| YUV | 119.46 | 88.23 | 42.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 194 | 49 | 1 | 0 | 0.75 | 0.24 | 135.15 | 1 | 0.38 |
| Hex | 0 | C2 | 31 | 64 | 0 | 4B | 18 | 87 | 64 | 26 |
| Octal | 0 | 302 | 61 | 144 | 0 | 113 | 30 | 207 | 144 | 46 |
| Binary | 0 | 11000010 | 110001 | 1100100 | 0 | 1001011 | 11000 | 10000111 | 1100100 | 100110 |
Color Harmonies of #00C231
Complementary color
Monochromatic Colors of #00C231
Black with #00C231
Text Example
Text Example
White with #00C231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C231; }
p { color: rgb(0,194,49); }
H1.HeaderClassName
{
color: #00C231;
}
.AnyTagClassName
{
color: #00C231;
}
</style>
background-color css
<style>
a { background-color: #00C231; }
a { background-color: rgb(0,194,49); }
div.DivClassName
{
background-color: #00C231;
}
.BgClassName
{
background-color: #00C231;
}
</style>
border-color css
<style>
span { border-color: #00C231; }
span { border-color: rgb(0,194,49); }
td.TdClassName
{
border-color: #00C231;
}
.TagClassName
{
border-color: #00C231;
}
</style>