Html Css Color HEX #305F58 Eden

📋 copy color: '#305F58'

red 48 ◦ green 95 ◦ blue 88

#305F58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eden #305F58

Tints of Eden #305F58

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.1%

R = 20.78%
G = 41.13%
B = 38.1%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.63

RGB Variations

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

Color information

#305F58 (or 0x305F58) is known color: 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

RGB 48 95 88 -
CMYK 0.49 0 0.07 0.63
HSL 171.06º 0.33% 0.28% -
HSV(B) 171.06º 0.49% 0.37% -
XYZ 7.07 9.52 10.7 -
YUV 80.15 132.43 105.07 -
System Red Green Blue C M Y K H S L
Decimal 48 95 88 0.49 0 0.07 0.63 171.06 0.33 0.28
Hex 30 5F 58 31 0 7 3F AB 21 1C
Octal 60 137 130 61 0 7 77 253 41 34
Binary 110000 1011111 1011000 110001 0 111 111111 10101011 100001 11100

Color Harmonies of #305F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305F58

Black with #305F58

Text Example


Text Example

White with #305F58

Text Example


Text Example

HTML Codes & Css Web 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>