#30584D

Color #30584D Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #30584D

Tints of Spectra #30584D

Color information

#30584D (or 0x30584D) is unknown color: approx Spectra. HEX triplet: 30, 58 and 4D. RGB value is (48,88,77). Sum of RGB (Red+Green+Blue) = 48+88+77=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 88 - color contains mainly: green. Hex color #30584D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30584D is #CFA7B2. Grayscale: #4A4A4A. Windows color (decimal): -13608883 or 5068848. OLE color: 5068848.

HSL color Cylindrical-coordinate representation of color #30584D: hue angle of 163.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #30584D is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB488877-
CMYK0.4500.120.65
HSL163.5º29.41%26.67%-
HSV(B)163.5º45.45%34.51%-
XYZ6.058.148.27-
YUV74.79129.25108.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.54%
GREEN value IS 88 (34.77% from 255) = 41.31%
BLUE value IS 77 (30.47% from 255) = 36.15%
R=22.54%
G=41.31%
B=36.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4888770.4500.120.65163.529.4126.67
Hex30584D2D0C41a41d1b
Octal60130115550141012443533
Binary11000010110001001101101101011001000001101001001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30584D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30584D; }

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

 H1.HeaderClassName
 {
   color: #30584D;
 }
 .AnyTagClassName
 {
   color: #30584D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #30584D;
 }
 .BgClassName
 {
   background-color: #30584D;
 }
</style>
border-color css

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

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

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