Shades of Everglade #234530
Tints of Everglade #234530
RGB
CMYK
RGB Variations
Color information
#234530 (or 0x234530) is known color: Everglade. HEX triplet: 23, 45 and 30. RGB value is (35,69,48). Sum of RGB (Red+Green+Blue) = 35+69+48=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 69 - color contains mainly: green. Hex color #234530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234530 is #DCBACF. Grayscale: #383838. Windows color (decimal): -14465744 or 3163427. OLE color: 3163427.
HSL color Cylindrical-coordinate representation of color #234530: hue angle of 142.94º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #234530 is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 69 | 48 | - |
| CMYK | 0.49 | 0 | 0.30 | 0.73 |
| HSL | 142.94º | 0.33% | 0.2% | - |
| HSV(B) | 142.94º | 0.49% | 0.27% | - |
| XYZ | 3.35 | 4.83 | 3.55 | - |
| YUV | 56.44 | 123.24 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 69 | 48 | 0.49 | 0 | 0.30 | 0.73 | 142.94 | 0.33 | 0.2 |
| Hex | 23 | 45 | 30 | 31 | 0 | 1E | 49 | 8F | 21 | 14 |
| Octal | 43 | 105 | 60 | 61 | 0 | 36 | 111 | 217 | 41 | 24 |
| Binary | 100011 | 1000101 | 110000 | 110001 | 0 | 11110 | 1001001 | 10001111 | 100001 | 10100 |
Color Harmonies of #234530
Complementary color
Monochromatic Colors of #234530
Black with #234530
Text Example
Text Example
White with #234530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234530; }
p { color: rgb(35,69,48); }
H1.HeaderClassName
{
color: #234530;
}
.AnyTagClassName
{
color: #234530;
}
</style>
background-color css
<style>
a { background-color: #234530; }
a { background-color: rgb(35,69,48); }
div.DivClassName
{
background-color: #234530;
}
.BgClassName
{
background-color: #234530;
}
</style>
border-color css
<style>
span { border-color: #234530; }
span { border-color: rgb(35,69,48); }
td.TdClassName
{
border-color: #234530;
}
.TagClassName
{
border-color: #234530;
}
</style>