Html Css Color HEX #305D56 Eden

📋 copy color: '#305D56'

red 48 ◦ green 93 ◦ blue 86

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

Shades of Eden #305D56

Tints of Eden #305D56

RGB

 RED value IS 48 (19.14% from 255) = 21.15%

 GREEN value IS 93 (36.72% from 255) = 40.97%

 BLUE value IS 86 (33.98% from 255) = 37.89%

R = 21.15%
G = 40.97%
B = 37.89%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.64

RGB Variations

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

Color information

#305D56 (or 0x305D56) is known color: Eden. HEX triplet: 30, 5D and 56. RGB value is (48,93,86). Sum of RGB (Red+Green+Blue) = 48+93+86=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 93 (36.72% from 255 or 40.97% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 93 - color contains mainly: green. Hex color #305D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305D56 is #CFA2A9. Grayscale: #4E4E4E. Windows color (decimal): -13607594 or 5659952. OLE color: 5659952.

HSL color Cylindrical-coordinate representation of color #305D56: hue angle of 170.67º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #305D56 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 93 86 -
CMYK 0.48 0 0.08 0.64
HSL 170.67º 0.32% 0.28% -
HSV(B) 170.67º 0.48% 0.36% -
XYZ 6.81 9.13 10.21 -
YUV 78.75 132.09 106.07 -
System Red Green Blue C M Y K H S L
Decimal 48 93 86 0.48 0 0.08 0.64 170.67 0.32 0.28
Hex 30 5D 56 30 0 8 40 AB 20 1C
Octal 60 135 126 60 0 10 100 253 40 34
Binary 110000 1011101 1010110 110000 0 1000 1000000 10101011 100000 11100

Color Harmonies of #305D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305D56

Black with #305D56

Text Example


Text Example

White with #305D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,93,86); }

 H1.HeaderClassName
 {
   color: #305D56;
 }
 .AnyTagClassName
 {
   color: #305D56;
 }
</style>

background-color css

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

 a { background-color: rgb(48,93,86); }

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

border-color css

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

 span { border-color: rgb(48,93,86); }

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