Html Css Color HEX #305E53 Eden

📋 copy color: '#305E53'

red 48 ◦ green 94 ◦ blue 83

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

Shades of Eden #305E53

Tints of Eden #305E53

RGB

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

 GREEN value IS 94 (37.11% from 255) = 41.78%

 BLUE value IS 83 (32.81% from 255) = 36.89%

R = 21.33%
G = 41.78%
B = 36.89%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.63

RGB Variations

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

Color information

#305E53 (or 0x305E53) is known color: Eden. HEX triplet: 30, 5E and 53. RGB value is (48,94,83). Sum of RGB (Red+Green+Blue) = 48+94+83=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 94 - color contains mainly: green. Hex color #305E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305E53 is #CFA1AC. Grayscale: #4E4E4E. Windows color (decimal): -13607341 or 5463600. OLE color: 5463600.

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

Color convert

RGB 48 94 83 -
CMYK 0.49 0 0.12 0.63
HSL 165.65º 0.32% 0.28% -
HSV(B) 165.65º 0.49% 0.37% -
XYZ 6.78 9.26 9.61 -
YUV 78.99 130.26 105.89 -
System Red Green Blue C M Y K H S L
Decimal 48 94 83 0.49 0 0.12 0.63 165.65 0.32 0.28
Hex 30 5E 53 31 0 C 3F A6 20 1C
Octal 60 136 123 61 0 14 77 246 40 34
Binary 110000 1011110 1010011 110001 0 1100 111111 10100110 100000 11100

Color Harmonies of #305E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305E53

Black with #305E53

Text Example


Text Example

White with #305E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,94,83); }

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

background-color css

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

 a { background-color: rgb(48,94,83); }

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

border-color css

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

 span { border-color: rgb(48,94,83); }

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