Html Css Color HEX #306055 Eden

📋 copy color: '#306055'

red 48 ◦ green 96 ◦ blue 85

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

Shades of Eden #306055

Tints of Eden #306055

RGB

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

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

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

R = 20.96%
G = 41.92%
B = 37.12%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#306055 (or 0x306055) is known color: Eden. HEX triplet: 30, 60 and 55. RGB value is (48,96,85). Sum of RGB (Red+Green+Blue) = 48+96+85=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 96 - color contains mainly: green. Hex color #306055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306055 is #CF9FAA. Grayscale: #505050. Windows color (decimal): -13606827 or 5595184. OLE color: 5595184.

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

Color convert

RGB 48 96 85 -
CMYK 0.50 0 0.11 0.62
HSL 166.25º 0.33% 0.28% -
HSV(B) 166.25º 0.5% 0.38% -
XYZ 7.04 9.65 10.09 -
YUV 80.39 130.6 104.89 -
System Red Green Blue C M Y K H S L
Decimal 48 96 85 0.50 0 0.11 0.62 166.25 0.33 0.28
Hex 30 60 55 32 0 B 3E A6 21 1C
Octal 60 140 125 62 0 13 76 246 41 34
Binary 110000 1100000 1010101 110010 0 1011 111110 10100110 100001 11100

Color Harmonies of #306055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306055

Black with #306055

Text Example


Text Example

White with #306055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306055; }

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

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

background-color css

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

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

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

border-color css

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

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

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