Html Css Color HEX #305A52 Eden

📋 copy color: '#305A52'

red 48 ◦ green 90 ◦ blue 82

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

Shades of Eden #305A52

Tints of Eden #305A52

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.91%

 BLUE value IS 82 (32.42% from 255) = 37.27%

R = 21.82%
G = 40.91%
B = 37.27%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#305A52 (or 0x305A52) is known color: Eden. HEX triplet: 30, 5A and 52. RGB value is (48,90,82). Sum of RGB (Red+Green+Blue) = 48+90+82=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 90 - color contains mainly: green. Hex color #305A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305A52 is #CFA5AD. Grayscale: #4C4C4C. Windows color (decimal): -13608366 or 5397040. OLE color: 5397040.

HSL color Cylindrical-coordinate representation of color #305A52: hue angle of 168.57º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #305A52 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 90 82 -
CMYK 0.47 0 0.09 0.65
HSL 168.57º 0.3% 0.27% -
HSV(B) 168.57º 0.47% 0.35% -
XYZ 6.4 8.55 9.3 -
YUV 76.53 131.09 107.65 -
System Red Green Blue C M Y K H S L
Decimal 48 90 82 0.47 0 0.09 0.65 168.57 0.3 0.27
Hex 30 5A 52 2F 0 9 41 A9 1E 1B
Octal 60 132 122 57 0 11 101 251 36 33
Binary 110000 1011010 1010010 101111 0 1001 1000001 10101001 11110 11011

Color Harmonies of #305A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305A52

Black with #305A52

Text Example


Text Example

White with #305A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,90,82); }

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

background-color css

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

 a { background-color: rgb(48,90,82); }

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

border-color css

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

 span { border-color: rgb(48,90,82); }

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