Shades of Eden #305C56
Tints of Eden #305C56
RGB
CMYK
RGB Variations
Color information
#305C56 (or 0x305C56) is known color: Eden. HEX triplet: 30, 5C and 56. RGB value is (48,92,86). Sum of RGB (Red+Green+Blue) = 48+92+86=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 86 (33.98% from 255 or 38.05% from 226); Max value from RGB is 92 - color contains mainly: green. Hex color #305C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305C56 is #CFA3A9. Grayscale: #4E4E4E. Windows color (decimal): -13607850 or 5659696. OLE color: 5659696.
HSL color Cylindrical-coordinate representation of color #305C56: hue angle of 171.82º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #305C56 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 92 | 86 | - |
| CMYK | 0.48 | 0 | 0.07 | 0.64 |
| HSL | 171.82º | 0.31% | 0.27% | - |
| HSV(B) | 171.82º | 0.48% | 0.36% | - |
| XYZ | 6.73 | 8.95 | 10.18 | - |
| YUV | 78.16 | 132.42 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 92 | 86 | 0.48 | 0 | 0.07 | 0.64 | 171.82 | 0.31 | 0.27 |
| Hex | 30 | 5C | 56 | 30 | 0 | 7 | 40 | AC | 1F | 1B |
| Octal | 60 | 134 | 126 | 60 | 0 | 7 | 100 | 254 | 37 | 33 |
| Binary | 110000 | 1011100 | 1010110 | 110000 | 0 | 111 | 1000000 | 10101100 | 11111 | 11011 |
Color Harmonies of #305C56
Complementary color
Monochromatic Colors of #305C56
Black with #305C56
Text Example
Text Example
White with #305C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305C56; }
p { color: rgb(48,92,86); }
H1.HeaderClassName
{
color: #305C56;
}
.AnyTagClassName
{
color: #305C56;
}
</style>
background-color css
<style>
a { background-color: #305C56; }
a { background-color: rgb(48,92,86); }
div.DivClassName
{
background-color: #305C56;
}
.BgClassName
{
background-color: #305C56;
}
</style>
border-color css
<style>
span { border-color: #305C56; }
span { border-color: rgb(48,92,86); }
td.TdClassName
{
border-color: #305C56;
}
.TagClassName
{
border-color: #305C56;
}
</style>