Html Css Color HEX #306155 Eden

📋 copy color: '#306155'

red 48 ◦ green 97 ◦ blue 85

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

Shades of Eden #306155

Tints of Eden #306155

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.17%

 BLUE value IS 85 (33.59% from 255) = 36.96%

R = 20.87%
G = 42.17%
B = 36.96%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#306155 (or 0x306155) is known color: Eden. HEX triplet: 30, 61 and 55. RGB value is (48,97,85). Sum of RGB (Red+Green+Blue) = 48+97+85=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 97 - color contains mainly: green. Hex color #306155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306155 is #CF9EAA. Grayscale: #505050. Windows color (decimal): -13606571 or 5595440. OLE color: 5595440.

HSL color Cylindrical-coordinate representation of color #306155: hue angle of 165.31º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #306155 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 97 85 -
CMYK 0.51 0 0.12 0.62
HSL 165.31º 0.34% 0.28% -
HSV(B) 165.31º 0.51% 0.38% -
XYZ 7.13 9.83 10.12 -
YUV 80.98 130.27 104.48 -
System Red Green Blue C M Y K H S L
Decimal 48 97 85 0.51 0 0.12 0.62 165.31 0.34 0.28
Hex 30 61 55 33 0 C 3E A5 22 1C
Octal 60 141 125 63 0 14 76 245 42 34
Binary 110000 1100001 1010101 110011 0 1100 111110 10100101 100010 11100

Color Harmonies of #306155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306155

Black with #306155

Text Example


Text Example

White with #306155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306155; }

 p { color: rgb(48,97,85); }

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

background-color css

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

 a { background-color: rgb(48,97,85); }

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

border-color css

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

 span { border-color: rgb(48,97,85); }

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