Shades of Eden #305F57
Tints of Eden #305F57
RGB
CMYK
RGB Variations
Color information
#305F57 (or 0x305F57) is known color: Eden. HEX triplet: 30, 5F and 57. RGB value is (48,95,87). Sum of RGB (Red+Green+Blue) = 48+95+87=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 95 (37.5% from 255 or 41.30% from 230); Blue value is 87 (34.38% from 255 or 37.83% from 230); Max value from RGB is 95 - color contains mainly: green. Hex color #305F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305F57 is #CFA0A8. Grayscale: #505050. Windows color (decimal): -13607081 or 5726000. OLE color: 5726000.
HSL color Cylindrical-coordinate representation of color #305F57: hue angle of 169.79º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #305F57 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 48 | 95 | 87 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.63 |
| HSL | 169.79º | 0.33% | 0.28% | - |
| HSV(B) | 169.79º | 0.49% | 0.37% | - |
| XYZ | 7.03 | 9.5 | 10.48 | - |
| YUV | 80.04 | 131.93 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 95 | 87 | 0.49 | 0 | 0.08 | 0.63 | 169.79 | 0.33 | 0.28 |
| Hex | 30 | 5F | 57 | 31 | 0 | 8 | 3F | AA | 21 | 1C |
| Octal | 60 | 137 | 127 | 61 | 0 | 10 | 77 | 252 | 41 | 34 |
| Binary | 110000 | 1011111 | 1010111 | 110001 | 0 | 1000 | 111111 | 10101010 | 100001 | 11100 |
Color Harmonies of #305F57
Complementary color
Monochromatic Colors of #305F57
Black with #305F57
Text Example
Text Example
White with #305F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305F57; }
p { color: rgb(48,95,87); }
H1.HeaderClassName
{
color: #305F57;
}
.AnyTagClassName
{
color: #305F57;
}
</style>
background-color css
<style>
a { background-color: #305F57; }
a { background-color: rgb(48,95,87); }
div.DivClassName
{
background-color: #305F57;
}
.BgClassName
{
background-color: #305F57;
}
</style>
border-color css
<style>
span { border-color: #305F57; }
span { border-color: rgb(48,95,87); }
td.TdClassName
{
border-color: #305F57;
}
.TagClassName
{
border-color: #305F57;
}
</style>