#30584C

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

Shades of Spectra #30584C

Tints of Spectra #30584C

Color information

#30584C (or 0x30584C) is unknown color: approx Spectra. HEX triplet: 30, 58 and 4C. RGB value is (48,88,76). Sum of RGB (Red+Green+Blue) = 48+88+76=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 88 - color contains mainly: green. Hex color #30584C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30584C is #CFA7B3. Grayscale: #4A4A4A. Windows color (decimal): -13608884 or 5003312. OLE color: 5003312.

HSL color Cylindrical-coordinate representation of color #30584C: hue angle of 162º 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 #30584C is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB488876-
CMYK0.4500.140.65
HSL162º29.41%26.67%-
HSV(B)162º45.45%34.51%-
XYZ6.018.138.09-
YUV74.67128.75108.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.64%
GREEN value IS 88 (34.77% from 255) = 41.51%
BLUE value IS 76 (30.08% from 255) = 35.85%
R=22.64%
G=41.51%
B=35.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4888760.4500.140.6516229.4126.67
Hex30584C2D0E41a21d1b
Octal60130114550161012423533
Binary11000010110001001100101101011101000001101000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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