#30574A

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

Shades of Spectra #30574A

Tints of Spectra #30574A

Color information

#30574A (or 0x30574A) is unknown color: approx Spectra. HEX triplet: 30, 57 and 4A. RGB value is (48,87,74). Sum of RGB (Red+Green+Blue) = 48+87+74=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 87 (34.38% from 255 or 41.63% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 87 - color contains mainly: green. Hex color #30574A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30574A is #CFA8B5. Grayscale: #494949. Windows color (decimal): -13609142 or 4871984. OLE color: 4871984.

HSL color Cylindrical-coordinate representation of color #30574A: hue angle of 160º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #30574A is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB488774-
CMYK0.4500.150.66
HSL160º28.89%26.47%-
HSV(B)160º44.83%34.12%-
XYZ5.867.947.7-
YUV73.86128.08109.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.97%
GREEN value IS 87 (34.38% from 255) = 41.63%
BLUE value IS 74 (29.30% from 255) = 35.41%
R=22.97%
G=41.63%
B=35.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4887740.4500.150.6616028.8926.47
Hex30574A2D0F42a01d1a
Octal60127112550171022403532
Binary11000010101111001010101101011111000010101000001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30574A; }

 p { color: rgb(48,87,74); }

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

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

 a { background-color: rgb(48,87,74); }

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

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

 span { border-color: rgb(48,87,74); }

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