#30594C

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

Shades of Spectra #30594C

Tints of Spectra #30594C

Color information

#30594C (or 0x30594C) is unknown color: approx Spectra. HEX triplet: 30, 59 and 4C. RGB value is (48,89,76). Sum of RGB (Red+Green+Blue) = 48+89+76=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #30594C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30594C is #CFA6B3. Grayscale: #4B4B4B. Windows color (decimal): -13608628 or 5003568. OLE color: 5003568.

HSL color Cylindrical-coordinate representation of color #30594C: hue angle of 160.98º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #30594C is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB488976-
CMYK0.4600.150.65
HSL160.98º29.93%26.86%-
HSV(B)160.98º46.07%34.9%-
XYZ6.18.298.12-
YUV75.26128.42108.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.54%
GREEN value IS 89 (35.16% from 255) = 41.78%
BLUE value IS 76 (30.08% from 255) = 35.68%
R=22.54%
G=41.78%
B=35.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4889760.4600.150.65160.9829.9326.86
Hex30594C2E0F41a11e1b
Octal60131114560171012413633
Binary11000010110011001100101110011111000001101000011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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