#305F58

Color #305F58 Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #305F58

Tints of Eden #305F58

Color information

#305F58 (or 0x305F58) is unknown color: approx Eden. HEX triplet: 30, 5F and 58. RGB value is (48,95,88). Sum of RGB (Red+Green+Blue) = 48+95+88=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 95 - color contains mainly: green. Hex color #305F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305F58 is #CFA0A7. Grayscale: #505050. Windows color (decimal): -13607080 or 5791536. OLE color: 5791536.

HSL color Cylindrical-coordinate representation of color #305F58: hue angle of 171.06º 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 #305F58 is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.63.

Color convert

RGB489588-
CMYK0.4900.070.63
HSL171.06º32.87%28.04%-
HSV(B)171.06º49.47%37.25%-
XYZ7.079.5210.7-
YUV80.15132.43105.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 20.78%
GREEN value IS 95 (37.5% from 255) = 41.13%
BLUE value IS 88 (34.77% from 255) = 38.10%
R=20.78%
G=41.13%
B=38.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4895880.4900.070.63171.0632.8728.04
Hex305F5831073Fab211c
Octal601371306107772534134
Binary1100001011111101100011000101111111111010101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305F58; }

 p { color: rgb(48,95,88); }

 H1.HeaderClassName
 {
   color: #305F58;
 }
 .AnyTagClassName
 {
   color: #305F58;
 }
</style>
background-color css

<style>
 a { background-color: #305F58; }

 a { background-color: rgb(48,95,88); }

 div.DivClassName
 {
   background-color: #305F58;
 }
 .BgClassName
 {
   background-color: #305F58;
 }
</style>
border-color css

<style>
 span { border-color: #305F58; }

 span { border-color: rgb(48,95,88); }

 td.TdClassName
 {
   border-color: #305F58;
 }
 .TagClassName
 {
   border-color: #305F58;
 }
</style>