Html Css Color HEX #306056 Eden

📋 copy color: '#306056'

red 48 ◦ green 96 ◦ blue 86

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

Shades of Eden #306056

Tints of Eden #306056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 37.39%

R = 20.87%
G = 41.74%
B = 37.39%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#306056 (or 0x306056) is known color: Eden. HEX triplet: 30, 60 and 56. RGB value is (48,96,86). Sum of RGB (Red+Green+Blue) = 48+96+86=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 96 - color contains mainly: green. Hex color #306056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306056 is #CF9FA9. Grayscale: #505050. Windows color (decimal): -13606826 or 5660720. OLE color: 5660720.

HSL color Cylindrical-coordinate representation of color #306056: hue angle of 167.5º 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 #306056 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 96 86 -
CMYK 0.50 0 0.10 0.62
HSL 167.5º 0.33% 0.28% -
HSV(B) 167.5º 0.5% 0.38% -
XYZ 7.08 9.67 10.3 -
YUV 80.51 131.1 104.81 -
System Red Green Blue C M Y K H S L
Decimal 48 96 86 0.50 0 0.10 0.62 167.5 0.33 0.28
Hex 30 60 56 32 0 A 3E A8 21 1C
Octal 60 140 126 62 0 12 76 250 41 34
Binary 110000 1100000 1010110 110010 0 1010 111110 10101000 100001 11100

Color Harmonies of #306056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306056

Black with #306056

Text Example


Text Example

White with #306056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306056; }

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

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

background-color css

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

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

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

border-color css

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

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

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