Html Css Color HEX #306458 Eden

📋 copy color: '#306458'

red 48 ◦ green 100 ◦ blue 88

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

Shades of Eden #306458

Tints of Eden #306458

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.37%

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

R = 20.34%
G = 42.37%
B = 37.29%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.61

RGB Variations

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

Color information

#306458 (or 0x306458) is known color: Eden. HEX triplet: 30, 64 and 58. RGB value is (48,100,88). Sum of RGB (Red+Green+Blue) = 48+100+88=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 100 - color contains mainly: green. Hex color #306458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306458 is #CF9BA7. Grayscale: #535353. Windows color (decimal): -13605800 or 5792816. OLE color: 5792816.

HSL color Cylindrical-coordinate representation of color #306458: hue angle of 166.15º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #306458 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 100 88 -
CMYK 0.52 0 0.12 0.61
HSL 166.15º 0.35% 0.29% -
HSV(B) 166.15º 0.52% 0.39% -
XYZ 7.54 10.45 10.85 -
YUV 83.08 130.77 102.98 -
System Red Green Blue C M Y K H S L
Decimal 48 100 88 0.52 0 0.12 0.61 166.15 0.35 0.29
Hex 30 64 58 34 0 C 3D A6 23 1D
Octal 60 144 130 64 0 14 75 246 43 35
Binary 110000 1100100 1011000 110100 0 1100 111101 10100110 100011 11101

Color Harmonies of #306458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306458

Black with #306458

Text Example


Text Example

White with #306458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306458; }

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

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

background-color css

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

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

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

border-color css

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

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

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