Shades of Everglade #223F30
Tints of Everglade #223F30
RGB
CMYK
RGB Variations
Color information
#223F30 (or 0x223F30) is known color: Everglade. HEX triplet: 22, 3F and 30. RGB value is (34,63,48). Sum of RGB (Red+Green+Blue) = 34+63+48=145 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.45% from 145); Green value is 63 (25% from 255 or 43.45% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 63 - color contains mainly: green. Hex color #223F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223F30 is #DDC0CF. Grayscale: #343434. Windows color (decimal): -14532816 or 3161890. OLE color: 3161890.
HSL color Cylindrical-coordinate representation of color #223F30: hue angle of 148.97º degrees, saturation: 0.3, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #223F30 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 63 | 48 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.75 |
| HSL | 148.97º | 0.3% | 0.19% | - |
| HSV(B) | 148.97º | 0.46% | 0.25% | - |
| XYZ | 2.97 | 4.11 | 3.43 | - |
| YUV | 52.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 48 | 0.46 | 0 | 0.24 | 0.75 | 148.97 | 0.3 | 0.19 |
| Hex | 22 | 3F | 30 | 2E | 0 | 18 | 4B | 95 | 1E | 13 |
| Octal | 42 | 77 | 60 | 56 | 0 | 30 | 113 | 225 | 36 | 23 |
| Binary | 100010 | 111111 | 110000 | 101110 | 0 | 11000 | 1001011 | 10010101 | 11110 | 10011 |
Color Harmonies of #223F30
Complementary color
Monochromatic Colors of #223F30
Black with #223F30
Text Example
Text Example
White with #223F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223F30; }
p { color: rgb(34,63,48); }
H1.HeaderClassName
{
color: #223F30;
}
.AnyTagClassName
{
color: #223F30;
}
</style>
background-color css
<style>
a { background-color: #223F30; }
a { background-color: rgb(34,63,48); }
div.DivClassName
{
background-color: #223F30;
}
.BgClassName
{
background-color: #223F30;
}
</style>
border-color css
<style>
span { border-color: #223F30; }
span { border-color: rgb(34,63,48); }
td.TdClassName
{
border-color: #223F30;
}
.TagClassName
{
border-color: #223F30;
}
</style>