Shades of Everglade #234630
Tints of Everglade #234630
RGB
CMYK
RGB Variations
Color information
#234630 (or 0x234630) is known color: Everglade. HEX triplet: 23, 46 and 30. RGB value is (35,70,48). Sum of RGB (Red+Green+Blue) = 35+70+48=153 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.88% from 153); Green value is 70 (27.73% from 255 or 45.75% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 70 - color contains mainly: green. Hex color #234630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234630 is #DCB9CF. Grayscale: #393939. Windows color (decimal): -14465488 or 3163683. OLE color: 3163683.
HSL color Cylindrical-coordinate representation of color #234630: hue angle of 142.29º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #234630 is Cyan = 0.5, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 70 | 48 | - |
| CMYK | 0.5 | 0 | 0.31 | 0.73 |
| HSL | 142.29º | 0.33% | 0.21% | - |
| HSV(B) | 142.29º | 0.5% | 0.27% | - |
| XYZ | 3.42 | 4.95 | 3.57 | - |
| YUV | 57.03 | 122.9 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 70 | 48 | 0.5 | 0 | 0.31 | 0.73 | 142.29 | 0.33 | 0.21 |
| Hex | 23 | 46 | 30 | 32 | 0 | 1F | 49 | 8E | 21 | 15 |
| Octal | 43 | 106 | 60 | 62 | 0 | 37 | 111 | 216 | 41 | 25 |
| Binary | 100011 | 1000110 | 110000 | 110010 | 0 | 11111 | 1001001 | 10001110 | 100001 | 10101 |
Color Harmonies of #234630
Complementary color
Monochromatic Colors of #234630
Black with #234630
Text Example
Text Example
White with #234630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234630; }
p { color: rgb(35,70,48); }
H1.HeaderClassName
{
color: #234630;
}
.AnyTagClassName
{
color: #234630;
}
</style>
background-color css
<style>
a { background-color: #234630; }
a { background-color: rgb(35,70,48); }
div.DivClassName
{
background-color: #234630;
}
.BgClassName
{
background-color: #234630;
}
</style>
border-color css
<style>
span { border-color: #234630; }
span { border-color: rgb(35,70,48); }
td.TdClassName
{
border-color: #234630;
}
.TagClassName
{
border-color: #234630;
}
</style>