Html Css Color HEX #305C52 Eden

📋 copy color: '#305C52'

red 48 ◦ green 92 ◦ blue 82

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

Shades of Eden #305C52

Tints of Eden #305C52

RGB

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

 GREEN value IS 92 (36.33% from 255) = 41.44%

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

R = 21.62%
G = 41.44%
B = 36.94%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.64

RGB Variations

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

Color information

#305C52 (or 0x305C52) is known color: Eden. HEX triplet: 30, 5C and 52. RGB value is (48,92,82). Sum of RGB (Red+Green+Blue) = 48+92+82=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 92 (36.33% from 255 or 41.44% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 92 - color contains mainly: green. Hex color #305C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305C52 is #CFA3AD. Grayscale: #4D4D4D. Windows color (decimal): -13607854 or 5397552. OLE color: 5397552.

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

Color convert

RGB 48 92 82 -
CMYK 0.48 0 0.11 0.64
HSL 166.36º 0.31% 0.27% -
HSV(B) 166.36º 0.48% 0.36% -
XYZ 6.57 8.89 9.35 -
YUV 77.7 130.42 106.81 -
System Red Green Blue C M Y K H S L
Decimal 48 92 82 0.48 0 0.11 0.64 166.36 0.31 0.27
Hex 30 5C 52 30 0 B 40 A6 1F 1B
Octal 60 134 122 60 0 13 100 246 37 33
Binary 110000 1011100 1010010 110000 0 1011 1000000 10100110 11111 11011

Color Harmonies of #305C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305C52

Black with #305C52

Text Example


Text Example

White with #305C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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