Html Css Color HEX #306B5B Eden

📋 copy color: '#306B5B'

red 48 ◦ green 107 ◦ blue 91

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

Shades of Eden #306B5B

Tints of Eden #306B5B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 43.5%

 BLUE value IS 91 (35.94% from 255) = 36.99%

R = 19.51%
G = 43.5%
B = 36.99%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#306B5B (or 0x306B5B) is known color: Eden. HEX triplet: 30, 6B and 5B. RGB value is (48,107,91). Sum of RGB (Red+Green+Blue) = 48+107+91=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 107 (42.19% from 255 or 43.50% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 107 - color contains mainly: green. Hex color #306B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306B5B is #CF94A4. Grayscale: #575757. Windows color (decimal): -13604005 or 5991216. OLE color: 5991216.

HSL color Cylindrical-coordinate representation of color #306B5B: hue angle of 163.73º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #306B5B is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 107 91 -
CMYK 0.55 0 0.15 0.58
HSL 163.73º 0.38% 0.3% -
HSV(B) 163.73º 0.55% 0.42% -
XYZ 8.36 11.9 11.75 -
YUV 87.54 129.95 99.8 -
System Red Green Blue C M Y K H S L
Decimal 48 107 91 0.55 0 0.15 0.58 163.73 0.38 0.3
Hex 30 6B 5B 37 0 F 3A A4 26 1E
Octal 60 153 133 67 0 17 72 244 46 36
Binary 110000 1101011 1011011 110111 0 1111 111010 10100100 100110 11110

Color Harmonies of #306B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306B5B

Black with #306B5B

Text Example


Text Example

White with #306B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306B5B; }

 p { color: rgb(48,107,91); }

 H1.HeaderClassName
 {
   color: #306B5B;
 }
 .AnyTagClassName
 {
   color: #306B5B;
 }
</style>

background-color css

<style>
 a { background-color: #306B5B; }

 a { background-color: rgb(48,107,91); }

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

border-color css

<style>
 span { border-color: #306B5B; }

 span { border-color: rgb(48,107,91); }

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