Html Css Color HEX #306B60 Eden

📋 copy color: '#306B60'

red 48 ◦ green 107 ◦ blue 96

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

Shades of Eden #306B60

Tints of Eden #306B60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 38.25%

R = 19.12%
G = 42.63%
B = 38.25%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#306B60 (or 0x306B60) is known color: Eden. HEX triplet: 30, 6B and 60. RGB value is (48,107,96). Sum of RGB (Red+Green+Blue) = 48+107+96=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 107 - color contains mainly: green. Hex color #306B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306B60 is #CF949F. Grayscale: #585858. Windows color (decimal): -13604000 or 6318896. OLE color: 6318896.

HSL color Cylindrical-coordinate representation of color #306B60: hue angle of 168.81º 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 #306B60 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 107 96 -
CMYK 0.55 0 0.10 0.58
HSL 168.81º 0.38% 0.3% -
HSV(B) 168.81º 0.55% 0.42% -
XYZ 8.59 11.99 12.93 -
YUV 88.11 132.45 99.39 -
System Red Green Blue C M Y K H S L
Decimal 48 107 96 0.55 0 0.10 0.58 168.81 0.38 0.3
Hex 30 6B 60 37 0 A 3A A9 26 1E
Octal 60 153 140 67 0 12 72 251 46 36
Binary 110000 1101011 1100000 110111 0 1010 111010 10101001 100110 11110

Color Harmonies of #306B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306B60

Black with #306B60

Text Example


Text Example

White with #306B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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