#30584E

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

Shades of Spectra #30584E

Tints of Spectra #30584E

Color information

#30584E (or 0x30584E) is unknown color: approx Spectra. HEX triplet: 30, 58 and 4E. RGB value is (48,88,78). Sum of RGB (Red+Green+Blue) = 48+88+78=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 88 - color contains mainly: green. Hex color #30584E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30584E is #CFA7B1. Grayscale: #4A4A4A. Windows color (decimal): -13608882 or 5134384. OLE color: 5134384.

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

Color convert

RGB488878-
CMYK0.4500.110.65
HSL165º29.41%26.67%-
HSV(B)165º45.45%34.51%-
XYZ6.088.168.46-
YUV74.9129.75108.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.43%
GREEN value IS 88 (34.77% from 255) = 41.12%
BLUE value IS 78 (30.86% from 255) = 36.45%
R=22.43%
G=41.12%
B=36.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4888780.4500.110.6516529.4126.67
Hex30584E2D0B41a51d1b
Octal60130116550131012453533
Binary11000010110001001110101101010111000001101001011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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