Shades of Eden #30635B
Tints of Eden #30635B
RGB
CMYK
RGB Variations
Color information
#30635B (or 0x30635B) is known color: Eden. HEX triplet: 30, 63 and 5B. RGB value is (48,99,91). Sum of RGB (Red+Green+Blue) = 48+99+91=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 99 - color contains mainly: green. Hex color #30635B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30635B is #CF9CA4. Grayscale: #525252. Windows color (decimal): -13606053 or 5989168. OLE color: 5989168.
HSL color Cylindrical-coordinate representation of color #30635B: hue angle of 170.59º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #30635B is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 99 | 91 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.61 |
| HSL | 170.59º | 0.35% | 0.29% | - |
| HSV(B) | 170.59º | 0.52% | 0.39% | - |
| XYZ | 7.57 | 10.31 | 11.49 | - |
| YUV | 82.84 | 132.6 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 99 | 91 | 0.52 | 0 | 0.08 | 0.61 | 170.59 | 0.35 | 0.29 |
| Hex | 30 | 63 | 5B | 34 | 0 | 8 | 3D | AB | 23 | 1D |
| Octal | 60 | 143 | 133 | 64 | 0 | 10 | 75 | 253 | 43 | 35 |
| Binary | 110000 | 1100011 | 1011011 | 110100 | 0 | 1000 | 111101 | 10101011 | 100011 | 11101 |
Color Harmonies of #30635B
Complementary color
Monochromatic Colors of #30635B
Black with #30635B
Text Example
Text Example
White with #30635B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30635B; }
p { color: rgb(48,99,91); }
H1.HeaderClassName
{
color: #30635B;
}
.AnyTagClassName
{
color: #30635B;
}
</style>
background-color css
<style>
a { background-color: #30635B; }
a { background-color: rgb(48,99,91); }
div.DivClassName
{
background-color: #30635B;
}
.BgClassName
{
background-color: #30635B;
}
</style>
border-color css
<style>
span { border-color: #30635B; }
span { border-color: rgb(48,99,91); }
td.TdClassName
{
border-color: #30635B;
}
.TagClassName
{
border-color: #30635B;
}
</style>