Shades of Dark Green #003230
Tints of Dark Green #003230
RGB
CMYK
RGB Variations
Color information
#003230 (or 0x003230) is known color: Dark Green. HEX triplet: 00, 32 and 30. RGB value is (0,50,48). Sum of RGB (Red+Green+Blue) = 0+50+48=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 50 (19.92% from 255 or 51.02% from 98); Blue value is 48 (19.14% from 255 or 48.98% from 98); Max value from RGB is 50 - color contains mainly: green. Hex color #003230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003230 is #FFCDCF. Grayscale: #222222. Windows color (decimal): -16764368 or 3158528. OLE color: 3158528.
HSL color Cylindrical-coordinate representation of color #003230: hue angle of 177.6º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003230 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 50 | 48 | - |
| CMYK | 1 | 0 | 0.04 | 0.80 |
| HSL | 177.6º | 1% | 0.1% | - |
| HSV(B) | 177.6º | 1% | 0.2% | - |
| XYZ | 1.67 | 2.49 | 3.19 | - |
| YUV | 34.82 | 135.44 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 48 | 1 | 0 | 0.04 | 0.80 | 177.6 | 1 | 0.1 |
| Hex | 0 | 32 | 30 | 64 | 0 | 4 | 50 | B2 | 64 | A |
| Octal | 0 | 62 | 60 | 144 | 0 | 4 | 120 | 262 | 144 | 12 |
| Binary | 0 | 110010 | 110000 | 1100100 | 0 | 100 | 1010000 | 10110010 | 1100100 | 1010 |
Color Harmonies of #003230
Complementary color
Monochromatic Colors of #003230
Black with #003230
Text Example
Text Example
White with #003230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003230; }
p { color: rgb(0,50,48); }
H1.HeaderClassName
{
color: #003230;
}
.AnyTagClassName
{
color: #003230;
}
</style>
background-color css
<style>
a { background-color: #003230; }
a { background-color: rgb(0,50,48); }
div.DivClassName
{
background-color: #003230;
}
.BgClassName
{
background-color: #003230;
}
</style>
border-color css
<style>
span { border-color: #003230; }
span { border-color: rgb(0,50,48); }
td.TdClassName
{
border-color: #003230;
}
.TagClassName
{
border-color: #003230;
}
</style>