Html Css Color HEX #306059 Eden

📋 copy color: '#306059'

red 48 ◦ green 96 ◦ blue 89

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

Shades of Eden #306059

Tints of Eden #306059

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.2%

 BLUE value IS 89 (35.16% from 255) = 38.2%

R = 20.6%
G = 41.2%
B = 38.2%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#306059 (or 0x306059) is known color: Eden. HEX triplet: 30, 60 and 59. RGB value is (48,96,89). Sum of RGB (Red+Green+Blue) = 48+96+89=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 96 - color contains mainly: green. Hex color #306059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306059 is #CF9FA6. Grayscale: #505050. Windows color (decimal): -13606823 or 5857328. OLE color: 5857328.

HSL color Cylindrical-coordinate representation of color #306059: hue angle of 171.25º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #306059 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 96 89 -
CMYK 0.50 0 0.07 0.62
HSL 171.25º 0.33% 0.28% -
HSV(B) 171.25º 0.5% 0.38% -
XYZ 7.2 9.72 10.95 -
YUV 80.85 132.6 104.57 -
System Red Green Blue C M Y K H S L
Decimal 48 96 89 0.50 0 0.07 0.62 171.25 0.33 0.28
Hex 30 60 59 32 0 7 3E AB 21 1C
Octal 60 140 131 62 0 7 76 253 41 34
Binary 110000 1100000 1011001 110010 0 111 111110 10101011 100001 11100

Color Harmonies of #306059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306059

Black with #306059

Text Example


Text Example

White with #306059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306059; }

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

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

background-color css

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

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

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

border-color css

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

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

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