Html Css Color HEX #306058 Eden

📋 copy color: '#306058'

red 48 ◦ green 96 ◦ blue 88

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

Shades of Eden #306058

Tints of Eden #306058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 37.93%

R = 20.69%
G = 41.38%
B = 37.93%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#306058 (or 0x306058) is known color: Eden. HEX triplet: 30, 60 and 58. RGB value is (48,96,88). Sum of RGB (Red+Green+Blue) = 48+96+88=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 96 - color contains mainly: green. Hex color #306058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306058 is #CF9FA7. Grayscale: #505050. Windows color (decimal): -13606824 or 5791792. OLE color: 5791792.

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

Color convert

RGB 48 96 88 -
CMYK 0.50 0 0.08 0.62
HSL 170º 0.33% 0.28% -
HSV(B) 170º 0.5% 0.38% -
XYZ 7.16 9.7 10.73 -
YUV 80.74 132.1 104.65 -
System Red Green Blue C M Y K H S L
Decimal 48 96 88 0.50 0 0.08 0.62 170 0.33 0.28
Hex 30 60 58 32 0 8 3E AA 21 1C
Octal 60 140 130 62 0 10 76 252 41 34
Binary 110000 1100000 1011000 110010 0 1000 111110 10101010 100001 11100

Color Harmonies of #306058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306058

Black with #306058

Text Example


Text Example

White with #306058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306058; }

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

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

background-color css

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

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

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

border-color css

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

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

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